feat(SW-184): added main components for new header
This commit is contained in:
9
components/Header/TopMenu/Button/button.module.css
Normal file
9
components/Header/TopMenu/Button/button.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.button {
|
||||
background-color: transparent;
|
||||
color: var(--Base-Text-High-contrast);
|
||||
border-width: 0;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
gap: var(--Spacing-x1);
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user