diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_vars.scss | 2 | ||||
-rw-r--r-- | assets/css/components/_header.scss | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss index 848a764..eea1764 100644 --- a/assets/css/_vars.scss +++ b/assets/css/_vars.scss | |||
@@ -104,7 +104,7 @@ $content--width: 46rem; | |||
104 | 104 | ||
105 | @include iro-execute { | 105 | @include iro-execute { |
106 | $gray0: hsl(220, 5%, 100%); | 106 | $gray0: hsl(220, 5%, 100%); |
107 | $gray1: hsl(220, 5%, 95%); | 107 | $gray1: hsl(220, 5%, 96%); |
108 | $gray2: hsl(220, 5%, 88%); | 108 | $gray2: hsl(220, 5%, 88%); |
109 | $gray3: hsl(220, 5%, 83%); | 109 | $gray3: hsl(220, 5%, 83%); |
110 | $gray4: hsl(220, 5%, 68%); | 110 | $gray4: hsl(220, 5%, 68%); |
diff --git a/assets/css/components/_header.scss b/assets/css/components/_header.scss index e88d167..eb5438d 100644 --- a/assets/css/components/_header.scss +++ b/assets/css/components/_header.scss | |||
@@ -26,9 +26,14 @@ | |||
26 | ), 'light'); | 26 | ), 'light'); |
27 | 27 | ||
28 | @include component(namespace()) { | 28 | @include component(namespace()) { |
29 | display: flex; | ||
30 | height: prop(--dims --height); | 29 | height: prop(--dims --height); |
31 | 30 | ||
31 | @include element('nav') { | ||
32 | display: inline-flex; | ||
33 | height: 100%; | ||
34 | box-shadow: prop(--dims --obj-shadow, $global: true) prop(--colors --obj-shadow, $global: true); | ||
35 | } | ||
36 | |||
32 | @include element('item') { | 37 | @include element('item') { |
33 | padding: 0 prop(--dims --pad-x); | 38 | padding: 0 prop(--dims --pad-x); |
34 | line-height: prop(--dims --height); | 39 | line-height: prop(--dims --height); |