Server IP : 162.214.80.37 / Your IP : 216.73.216.83 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/digitrendzing/admin/build/scss/plugins/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
// // Plugin: Bootstrap Slider // // Tooltip fix .slider .tooltip.in { opacity: $tooltip-opacity; } // Style override .slider { &.slider-vertical { height: 100%; } &.slider-horizontal { width: 100%; } } // Colors @each $name, $color in $theme-colors { .slider-#{$name} .slider { .slider-selection { background: $color; } } } @each $name, $color in $colors { .slider-#{$name} .slider { .slider-selection { background: $color; } } } @include dark-mode () { .slider-track { background-color: lighten($dark, 10%); background-image: none; } @each $name, $color in $theme-colors-alt { .slider-#{$name} .slider { .slider-selection { background: $color; } } } @each $name, $color in $colors-alt { .slider-#{$name} .slider { .slider-selection { background: $color; } } } }