Skip to content

Commit 58894e1

Browse files
authored
Update index.scss
1 parent 4873384 commit 58894e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
color: $input-color;
5353
background-color: #fff;
5454
border: 1px solid $input-border-color;
55-
border-radius: 4px;
55+
border-radius: $input-border-radius;
5656
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
5757

5858
&:hover,
@@ -117,7 +117,7 @@
117117
}
118118

119119
.#{$namespace}-datepicker-sidebar + .#{$namespace}-datepicker-content {
120-
margin-left: 100px;
120+
margin-left: $sidebar-margin-left;
121121
border-left: 1px solid $border-color;
122122
}
123123

0 commit comments

Comments
 (0)