File size: 534 Bytes
4304c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.slider {
    position: relative;
}
.slider.disabled {
    opacity: 0.6;
}

.slider-thumb {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;

}

.slider-thumb:focus {
    outline: none;
}

.slider-track {
    background-color: #528BFF;
    height: 2px;
}

.slider-track-1 {
    background-color: #E5E7EB;
}