_ionRangeSlider.scss
1.55 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
$ionMainBg: #888e92;
$ionMiddleBg: $link-color;
$ionHeight: 6;
$ionSliderHeight:16;
$ionSliderWidth:16;
$ionSliderColor:#fff;
$irsHeight:$ionHeight;
.price_slider {
.irs {
@if $irsHeight < $ionSliderHeight {
height: $ionSliderHeight + px;
} @else {
height: $ionHeight + px;
}
margin-top: 8px;
.irs {
margin-top: 0;
}
}
.irs-line {
background: $ionMainBg;
border: 0;
height: $ionHeight + px;
border-radius: $ionHeight + px;
top: 50%;
width: 100%;
margin-top: -($ionHeight/2) + px;
position: absolute;
}
.irs-bar {
height: $ionHeight + px;
background: $ionMiddleBg;
border: 0;
top: 50%;
margin-top: -($ionHeight/2) + px;
}
.irs-slider {
//top: 0;
//margin-top: -(($ionSliderHeight/2)-($ionHeight/2)) + px;
top:50%;
margin-top: -($ionSliderHeight/2) + px;;
width: $ionSliderWidth + px;
height: $ionSliderHeight + px;
background: $ionMiddleBg;
border: 3px solid $ionSliderColor;
@include Shadow2;
}
}
#btn_ok {
padding-left: 0 !important;
padding-right: 0 !important;
span {
text-transform: uppercase;
cursor: pointer;
color: $link-color;
line-height: 40px;
}
}
.separator-price {
padding-left: 5px !important;
padding-right: 5px !important;
$height:40;
height: $height + px;
position: relative;
&:before {
width: 100%;
height: 1px;
display: block;
background: #888e92;
margin-top: ($height/2) + px;
content: '';
}
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}