fix(SW-184): using more variables and removed variants from navigation menu after PR

This commit is contained in:
Erik Tiekstra
2024-09-02 10:21:21 +02:00
parent 79b4c3fe12
commit 84985737b6
19 changed files with 32 additions and 70 deletions

View File

@@ -1,4 +1,7 @@
.header {
position: relative;
font-family: var(--typography-Body-Regular-fontFamily);
color: var(--Base-Text-High-contrast);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
z-index: var(--header-z-index);
}