summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_header.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-11 13:41:59 +0100
committerVolpeon <git@volpeon.ink>2021-11-11 13:41:59 +0100
commitb6567cad526f86902a24883a23ddcdfa0cd1980a (patch)
treed6d6453d68f51b54e8946e9a52989146b0d2969f /assets/css/components/_header.scss
parentFixes (diff)
downloadvolpeon.ink-b6567cad526f86902a24883a23ddcdfa0cd1980a.tar.gz
volpeon.ink-b6567cad526f86902a24883a23ddcdfa0cd1980a.tar.bz2
volpeon.ink-b6567cad526f86902a24883a23ddcdfa0cd1980a.zip
Design adjustments
Diffstat (limited to 'assets/css/components/_header.scss')
-rw-r--r--assets/css/components/_header.scss7
1 files changed, 6 insertions, 1 deletions
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);