3.7
fxl
2023-03-07 52cffc4ab8e9787a6f233295502c7c9788dddae1
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
.noUi-target {
  background: #191e3a;
  border-radius: 4px;
  border: 1px solid #191e3a;
  box-shadow: none; }
 
.noUi-horizontal {
  height: 8px; }
  .noUi-horizontal .noUi-handle {
    width: 25px;
    height: 20px;
    top: -8px;
    border: 1px solid #506690;
    background: #506690;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
 
.noUi-handle:after, .noUi-handle:before {
  display: none; }
 
.noUi-connect {
  background: #009688; }
 
.noUi-tooltip {
  border: 1px solid #191e3a;
  border-radius: 8px;
  background: #191e3a;
  color: #009688;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
 
.noUi-horizontal .noUi-tooltip {
  bottom: 148%; }
 
.example-val {
  font-weight: 700;
  font-size: 14px;
  color: #009688; }
  .example-val span.precentage-val {
    display: inline-block;
    background: #191e3a;
    border-radius: 5px;
    color: #009688;
    border: 1px solid #191e3a;
    padding: 4px 6px;
    font-size: 14px; }