webapp/src/components/Nav/ProfileSettingsNavigation/ProfileSettingsNavigation.module.scss

20 lines
317 B
SCSS
Raw Normal View History

.navigationHeader {
@include font-size(1.8rem);
font-weight: bold;
margin-top: 1.1em;
}
.navigation {
@include font-size(1.4rem);
.active {
a {
text-decoration: none;
color: var(--default-color-invert);
background: var(--background-color-invert);
cursor: inherit;
}
}
}