feature/improve-navigation-style-scoping #2711

Merged
dpschen merged 6 commits from dpschen/frontend:feature/improve-navigation-style-scoping into main 2022-11-18 15:49:40 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 18bf5de7e0 - Show all commits

View File

@ -317,6 +317,8 @@ $vikunja-nav-selected-width: 0.4rem;
}
}
// these are general menu styles
// should be in own components
.menu {
.menu-label,
.menu-list .list-menu-link,
@ -419,7 +421,7 @@ $vikunja-nav-selected-width: 0.4rem;
.top-menu {
margin-top: math.div($navbar-padding, 2);
.menu-list {
li {
font-weight: 500;