diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 089a58009..c8966d22b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -25,6 +25,7 @@ body { | |||
25 | // for css custom properties #{$var} | 25 | // for css custom properties #{$var} |
26 | --mainColor: #{$main-color}; | 26 | --mainColor: #{$main-color}; |
27 | --mainColorLighter: #{$main-color-lighter}; | 27 | --mainColorLighter: #{$main-color-lighter}; |
28 | --mainColorLightest: #{$main-color-lightest}; | ||
28 | --mainHoverColor: #{$main-hover-color}; | 29 | --mainHoverColor: #{$main-hover-color}; |
29 | --mainBackgroundColor: #{$bg-color}; | 30 | --mainBackgroundColor: #{$bg-color}; |
30 | --mainForegroundColor: #{$fg-color}; | 31 | --mainForegroundColor: #{$fg-color}; |
@@ -113,6 +114,7 @@ label { | |||
113 | .main-col { | 114 | .main-col { |
114 | margin-left: $menu-width; | 115 | margin-left: $menu-width; |
115 | width: calc(100% - #{$menu-width}); | 116 | width: calc(100% - #{$menu-width}); |
117 | outline: none; | ||
116 | 118 | ||
117 | .margin-content { | 119 | .margin-content { |
118 | margin-left: $not-expanded-horizontal-margins; | 120 | margin-left: $not-expanded-horizontal-margins; |