File tree Expand file tree Collapse file tree 3 files changed +48
-29
lines changed Expand file tree Collapse file tree 3 files changed +48
-29
lines changed Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Angular JS slider directive
3
+ *
4
+ * (c) Rafal Zajac <[email protected] >
5
+ * http://github.com/rzajac/angularjs-slider
6
+ *
7
+ * Licensed under the MIT license
8
+ */
9
+
10
+ @import ' variables.less' ;
11
+ @import ' rzslider.less' ;
Original file line number Diff line number Diff line change 7
7
* Licensed under the MIT license
8
8
*/
9
9
10
- .rounded (@radius : 2px ) {
11
- -webkit-border-radius : @radius ;
12
- -moz-border-radius : @radius ;
13
- border-radius : @radius ;
14
- }
15
-
16
- /* Slider colors */
17
- @handleActiveColor : #451aff ;
18
- @handleHoverColor : #fff ;
19
- @labelTextColor : #55637d ;
20
- @handleBgColor : #0db9f0 ;
21
- @handleInnerColor : #fff ;
22
- @handleDisabledColor : #d8e0f3 ;
23
- @limitLabelTextColor : @labelTextColor ;
24
- @barFillColor : @handleBgColor ;
25
- @barNormalColor : #d8e0f3 ;
26
-
27
- @ticksColor : @barNormalColor ;
28
- @selectedTicksColor : @barFillColor ;
29
- @ticksWidth : 10px ;
30
- @ticksHeight : 10px ;
31
- @ticksValuePosition : -30px ;
32
-
33
- /* Slider size parameters */
34
- @handleSize : 32px ;
35
- @handlePointerSize : 8px ;
36
- @bubblePadding : 1px 3px ;
37
- @barHeight : 4px ;
38
-
39
10
rzslider {
40
11
41
12
display : inline-block ;
Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Angular JS slider directive
3
+ *
4
+ * (c) Rafal Zajac <[email protected] >
5
+ * http://github.com/rzajac/angularjs-slider
6
+ *
7
+ * Licensed under the MIT license
8
+ */
9
+
10
+ .rounded (@radius : 2px ) {
11
+ -webkit-border-radius : @radius ;
12
+ -moz-border-radius : @radius ;
13
+ border-radius : @radius ;
14
+ }
15
+
16
+ /* Slider colors */
17
+ @handleActiveColor : #451aff ;
18
+ @handleHoverColor : #fff ;
19
+ @labelTextColor : #55637d ;
20
+ @handleBgColor : #0db9f0 ;
21
+ @handleInnerColor : #fff ;
22
+ @handleDisabledColor : #d8e0f3 ;
23
+ @limitLabelTextColor : @labelTextColor ;
24
+ @barFillColor : @handleBgColor ;
25
+ @barNormalColor : #d8e0f3 ;
26
+
27
+ @ticksColor : @barNormalColor ;
28
+ @selectedTicksColor : @barFillColor ;
29
+ @ticksWidth : 10px ;
30
+ @ticksHeight : 10px ;
31
+ @ticksValuePosition : -30px ;
32
+
33
+ /* Slider size parameters */
34
+ @handleSize : 32px ;
35
+ @handlePointerSize : 8px ;
36
+ @bubblePadding : 1px 3px ;
37
+ @barHeight : 4px ;
You can’t perform that action at this time.
0 commit comments