Files
web/components/Header/MainMenu/User/user.module.css
2024-09-03 13:26:15 +02:00

13 lines
228 B
CSS

.user {
}
.link {
display: flex;
gap: var(--Spacing-x1);
align-items: center;
font-family: var(--typography-Body-Bold-fontFamily);
font-weight: 600;
color: var(--Base-Text-High-contrast);
text-decoration: none;
}