Files
web/apps/scandic-web/components/Header/MainMenu/MainMenuButton/menuButton.module.css
2026-01-26 06:45:23 +00:00

17 lines
308 B
CSS

.menuButton {
display: flex;
align-items: center;
justify-content: center;
gap: var(--Space-x05);
cursor: pointer;
width: 100%;
background-color: transparent;
color: var(--Text-Interactive-Default);
border-width: 0;
padding: var(--Space-x05) 0;
&.loading {
cursor: progress;
}
}