feat(SW-184): added main components for new header
This commit is contained in:
18
components/Header/TopMenu/topMenu.module.css
Normal file
18
components/Header/TopMenu/topMenu.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user