webapp/src/components/ProfileNav/ProfileSettingsNavigation.module.scss
2024-07-21 05:17:42 +03:00

33 lines
446 B
SCSS

.navigationHeader {
@include font-size(1.8rem);
font-weight: bold;
margin-top: 1.1em;
}
.navigation {
@include font-size(1.4rem);
@include media-breakpoint-down(md) {
display: flex;
li {
margin-right: 2.4rem;
}
}
a {
border: none;
}
.active {
a {
border-bottom: 2px solid;
cursor: inherit;
font-weight: bold;
pointer-events: none;
text-decoration: none;
}
}
}