From a792330acc20906536f92460d8e46dde3cf126d9 Mon Sep 17 00:00:00 2001 From: Michail Poliakov Date: Wed, 2 Sep 2020 19:33:52 +0300 Subject: [PATCH] Update var.scss Update for more flexibility, by the way, sidebar-margin-left need to be more wider, because it can fit "After N months" and wider strings --- src/style/var.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/var.scss b/src/style/var.scss index f0c824b..74c2418 100644 --- a/src/style/var.scss +++ b/src/style/var.scss @@ -30,3 +30,6 @@ $time-active-background-color: transparent !default; $time-hover-color: $default-color !default; $time-hover-background-color: mix(#fff, $calendar-active-background-color, 95%) !default; + +$border-input-radius: 4px !default; +$sidebar-margin-left: 100px !default;