diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_header.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/components/_header.scss b/assets/css/components/_header.scss index a84c4fa..1df7c5b 100644 --- a/assets/css/components/_header.scss +++ b/assets/css/components/_header.scss | |||
@@ -24,6 +24,12 @@ | |||
24 | ) | 24 | ) |
25 | ), 'light'); | 25 | ), 'light'); |
26 | 26 | ||
27 | @include store(( | ||
28 | --dims: ( | ||
29 | --height: 3.4rem, | ||
30 | ) | ||
31 | ), 'sm'); | ||
32 | |||
27 | @include component(namespace()) { | 33 | @include component(namespace()) { |
28 | display: flex; | 34 | display: flex; |
29 | height: prop(--dims --height); | 35 | height: prop(--dims --height); |