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

33 lines
446 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);
2023-11-13 14:43:08 +00:00
@include media-breakpoint-down(md) {
display: flex;
li {
margin-right: 2.4rem;
}
}
a {
border: none;
}
.active {
a {
2023-11-13 14:43:08 +00:00
border-bottom: 2px solid;
cursor: inherit;
2023-11-13 14:43:08 +00:00
font-weight: bold;
pointer-events: none;
text-decoration: none;
}
}
}