Files
web/components/Header/TopMenu/TopMenuButton/topMenuButton.module.css
Erik Tiekstra 0dcb5a796a chore: cleanup
2024-09-03 13:26:15 +02:00

10 lines
190 B
CSS

.button {
background-color: transparent;
color: var(--Base-Text-High-contrast);
border-width: 0;
cursor: pointer;
display: flex;
gap: var(--Spacing-x1);
align-items: center;
}