| Server IP : 45.77.68.45 / Your IP : 127.0.0.100 Web Server : PHPix/0.2.2 (Caddy compatible) System : wasi wasmer.sh 0.0.0 0.0.0 wasm32 User : ( 1) PHP Version : 8.3.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /app/wp-content/themes/consultstreet/inc/customizer/controls/scss/modules/ |
Upload File : |
.customize-control-consultstreet-slider {
.customize-control-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.ui-slider {
background-color: rgba(0, 0, 0, 0.1);
width: 63%;
height: 6px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 3px;
.ui-slider-handle {
height: 15px;
width: 15px;
background-color: #fff;
position: absolute;
cursor: pointer;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
.ui-slider-range {
background-color: $c-primary;
height: 100%;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
}
.consultstreet-slider-input {
display: flex;
align-items: center;
.slider-reset {
padding-left: 5px;
cursor: pointer;
}
}
}