feat(SW-184): added main components for new header
This commit is contained in:
15
components/Header/MainMenu/mainMenu.module.css
Normal file
15
components/Header/MainMenu/mainMenu.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.mainMenu {
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
padding: var(--Spacing-x2);
|
||||
border-top: 1px solid var(--Base-Border-Subtle);
|
||||
border-bottom: 1px solid var(--Base-Border-Subtle);
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 89.5rem;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
Reference in New Issue
Block a user