diff options
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index df6bfa3b68d..cf69a281237 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -46,4 +46,6 @@ --animation-quick: $animation-quick; --animation-slow: $animation-slow; + + --header-height: $header-height; } |