Server IP : 150.95.80.236 / Your IP : 18.219.54.31 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/sc.pcu.in.th/demo15/src/sass/vendors/plugins/ |
Upload File : |
// // NoUiSlider // // Base .noUi-target { border: 0; background: if(isDarkMode(), $gray-200, $gray-100); box-shadow:none; &.noUi-horizontal { height: 15px; .noUi-handle { width: 24px; height: 24px; top: -4.5px; border-radius: 50%; outline: none; &::before { display: none; } &::after { display: none; } } } &.noUi-vertical { height: 150px; width: 15px; .noUi-handle { width: 24px; height: 24px; right: -4.5px; border-radius: 50%; outline: none; &::before { display: none; } &::after { display: none; } } } .noUi-connect { background: $component-active-bg; } .noUi-handle { border: 1px solid $gray-200; box-shadow: 0 3px 6px -3px rgba(#000, 0.7); } // Small size &.noUi-sm { @include nouislider-size(6px, 20px, 20px, 7px); } // Large size &.noUi-lg { @include nouislider-size(18px, 30px, 30px, 6px); } } // Tooltip .noUi-tooltip { box-shadow: $tooltip-box-shadow; background: $tooltip-bg; color: $tooltip-color; font-size: $tooltip-font-size; border: 0; padding: 0.5rem 0.75rem; @include border-radius($tooltip-border-radius); }