From 58894e1b01374933f2cb418c7d8423ea2262ceb3 Mon Sep 17 00:00:00 2001 From: Michail Poliakov Date: Wed, 2 Sep 2020 19:38:05 +0300 Subject: [PATCH] Update index.scss --- src/style/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/index.scss b/src/style/index.scss index 62aad91..389d780 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -52,7 +52,7 @@ color: $input-color; background-color: #fff; border: 1px solid $input-border-color; - border-radius: 4px; + border-radius: $input-border-radius; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); &:hover, @@ -117,7 +117,7 @@ } .#{$namespace}-datepicker-sidebar + .#{$namespace}-datepicker-content { - margin-left: 100px; + margin-left: $sidebar-margin-left; border-left: 1px solid $border-color; }