File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 52
52
color : $input-color ;
53
53
background-color : #fff ;
54
54
border : 1px solid $input-border-color ;
55
- border-radius : 4 px ;
55
+ border-radius : $input-border-radius ;
56
56
box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 );
57
57
58
58
& :hover ,
111
111
.#{$namespace } -datepicker-sidebar {
112
112
float : left ;
113
113
box-sizing : border-box ;
114
- width : 100 px ;
114
+ width : $sidebar-margin-left ;
115
115
padding : 6px ;
116
116
overflow : auto ;
117
117
}
118
118
119
119
.#{$namespace } -datepicker-sidebar + .#{$namespace } -datepicker-content {
120
- margin-left : 100 px ;
120
+ margin-left : $sidebar-margin-left ;
121
121
border-left : 1px solid $border-color ;
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ $time-active-background-color: transparent !default;
30
30
31
31
$time-hover-color : $default-color !default ;
32
32
$time-hover-background-color : mix (#fff , $calendar-active-background-color , 95% ) !default ;
33
+
34
+ $input-border-radius : 4px !default ;
35
+ $sidebar-margin-left : 100px !default ;
You can’t perform that action at this time.
0 commit comments