ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/layout/adminlte320rc/build/scss/ |
// // Component: Toasts // .toasts-top-right { position: absolute; right: 0; top: 0; z-index: $zindex-toasts; &.fixed { position: fixed; } } .toasts-top-left { left: 0; position: absolute; top: 0; z-index: $zindex-toasts; &.fixed { position: fixed; } } .toasts-bottom-right { bottom: 0; position: absolute; right: 0; z-index: $zindex-toasts; &.fixed { position: fixed; } } .toasts-bottom-left { bottom: 0; left: 0; position: absolute; z-index: $zindex-toasts; &.fixed { position: fixed; } } @include dark-mode () { .toast { background-color: rgba($dark, .85); color: $white; .toast-header { background-color: rgba($dark, .7); color: $gray-100; } @each $name, $color in $theme-colors-alt { @include toast-variant($name, $color); } @each $name, $color in $colors-alt { @include toast-variant($name, $color); } } } .toast { @each $name, $color in $theme-colors { @include toast-variant($name, $color); } @each $name, $color in $colors { @include toast-variant($name, $color); } }