Server IP : 162.214.80.37 / Your IP : 216.73.216.68 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/dspublicschoolgzb/AdminPanel/assets/scss/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* ============== Bootstrap-custom ===================*/ //Dropdown .dropdown-menu { padding: 4px 0; font-size: $base-font; box-shadow: 0 4px 18px rgba(0,0,0,.1); background-color: $white; border: none; border-radius: 2px; margin: 0; } .dropdown-item { background-color: $white; padding: .5rem; &:active,&:hover { background-color: $gray-100; color: $dark; } } .dropdown-item.active, .dropdown-item:active { background-color: $gray-100; color: $dark; } .breadcrumb>li+li:before { padding: 0 5px; color: $muted; content: "\f105" !important; font-family: FontAwesome; } //Background color .bg-primary { background-color: $primary !important; } .bg-success { background-color: $success !important; } .bg-info { background-color: $info !important; } .bg-warning { background-color: $warning !important; } .bg-danger { background-color: $danger !important; } .bg-muted { background-color: $muted !important; } .bg-white { background-color: $white !important; } //Text Color .text-white { color: $white !important; } .text-danger { color: $danger !important; } .text-muted { color: $muted !important; } .text-primary { color: $primary !important; } .text-warning { color: $warning !important; } .text-success { color: $success !important; } .text-info { color: $info !important; } .text-dark { color: $dark !important; } //Badge .badge { font-weight: 500; box-shadow: $shadow; } .badge-primary { background-color: $primary; } .badge-success { background-color: $success; } .badge-info { background-color: $info; } .badge-warning { background-color: $warning; color: white; } .badge-danger { background-color: $danger; } .badge-dark { background-color: $dark; } // typography dt { font-weight: 500; } // Modal .modal-content { box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); border: 0; border-radius: .125rem; } .popover { box-shadow: $shadow-lg; border: none; }