feat(SW-184): added main components for new header

This commit is contained in:
Erik Tiekstra
2024-08-19 12:52:35 +02:00
parent 70297bec91
commit 08cde7ae2f
31 changed files with 548 additions and 26 deletions

View File

@@ -0,0 +1,18 @@
.topMenu {
background-color: var(--Base-Surface-Subtle-Normal);
padding: var(--Spacing-x2) var(--Spacing-x-one-and-half);
}
.content {
max-width: 89.5rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
gap: var(--Spacing-x3);
}
.right {
display: flex;
gap: var(--Spacing-x2);
align-items: center;
}