diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_nav.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/components/_nav.scss b/assets/css/components/_nav.scss index 900b4f2..d0a255e 100644 --- a/assets/css/components/_nav.scss +++ b/assets/css/components/_nav.scss | |||
@@ -2,7 +2,6 @@ | |||
2 | @include store(( | 2 | @include store(( |
3 | --dims: ( | 3 | --dims: ( |
4 | --font-size: 15px, | 4 | --font-size: 15px, |
5 | --height: prop(--dims --nav --height, $global: true), | ||
6 | --pad-x: 2.5rem, | 5 | --pad-x: 2.5rem, |
7 | --item: ( | 6 | --item: ( |
8 | --pad-x: 1rem, | 7 | --pad-x: 1rem, |
@@ -52,7 +51,7 @@ | |||
52 | z-index: 10000; | 51 | z-index: 10000; |
53 | top: 0; | 52 | top: 0; |
54 | left: 0; | 53 | left: 0; |
55 | height: prop(--dims --height); | 54 | height: prop(--dims --outer, $global: true); |
56 | padding: 0 prop(--dims --pad-x); | 55 | padding: 0 prop(--dims --pad-x); |
57 | background-color: prop(--colors --bg); | 56 | background-color: prop(--colors --bg); |
58 | font-size: prop(--dims --font-size); | 57 | font-size: prop(--dims --font-size); |