PluginProbe
WP Directory Kit / 1.3.1
WP Directory Kit v1.3.1
1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 All 36 releases
wpdirectorykit / public / css / wdk-slider-range.scss

wdk-slider-range.scss in WP Directory Kit 1.3.1, at public/css/wdk-slider-range.scss

55 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-slider-range-field {
2 min-width: 180px;
3 height: 46px;
4 position: relative;
5 z-index: 5;
6 .irs--round {
7 position: absolute;
8 width: 100%;
9 left: 0;
10 top: 50%;
11 transform: translateY(-50%);
12 margin-top: -10px;
13 .irs-handle {
14 top: 29px;
15 width: 17px;
16 height: 17px;
17 }
18
19 .irs-from, .irs-to, .irs-single {
20 font-size: 13px;
21 }
22
23 .irs-grid-text {
24 color: silver;
25 font-size: 10px;
26 }
27
28 .irs-from, .irs-to, .irs-single {
29 top: 5px;
30 }
31
32 .irs-min, .irs-max {
33 top: 5px;
34 }
35 }
36
37 .irs-grid-text {
38 bottom: 4px;
39 }
40
41 @media (max-width: 767px) {
42 .irs--round .irs-grid {
43 display: none;
44 }
45
46 .irs--round {
47 margin-top: 6px;
48 }
49 }
50 }
51
52
53 .wdk-search.layout_inline .wdk-slider-range-col .wdk-field-group {
54 padding: 0 15px;
55 }