update nav-pills style

This commit is contained in:
Simon Vieille 2021-03-22 18:53:33 +01:00
parent e3b463507d
commit f62e975373
1 changed files with 12 additions and 0 deletions

View File

@ -103,6 +103,18 @@ tr.table-primary-light {
}
}
.nav-pills {
.nav-item {
margin-right: 3px;
}
.nav-link:not(.active) {
color: #333;
background: #eee;
}
}
.sidebar {
.nav-link {
font-weight: 500;