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 ] |
---|
/* ============= Tabs & Accordions ============= */ .nav-tabs,.nav-pills { .nav-link { color: $dark; font-weight: 500; } } .nav-tabs-custom { border-bottom: 2px solid #DDD; .nav-item { position: relative; .nav-link { border: none !important; font-weight: 500; } } } .nav-tabs-custom > li > a { color: $dark; } .nav-tabs-custom > li > a::after { content: ""; background: $primary; height: 2px; position: absolute; width: 100%; left: 0; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } .nav-tabs-custom > li > a.active::after, .nav-tabs-custom > li:hover > a::after { transform: scale(1); } .nav-tabs-custom > li > a.active { color: $primary !important; } .nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background: $primary; box-shadow: $shadow-lg; } #accordion { .card-header{ border-bottom: 1px solid rgba($dark, 0.05) } }