1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Style tweak for left nav labels

This commit is contained in:
billz 2020-03-01 17:00:50 +00:00
parent 5b31c77b18
commit 3193cf068c

View File

@ -62,11 +62,11 @@ body {
} }
a.nav-link.active { a.nav-link.active {
font-weight: bolder; font-weight: bolder;
} }
.sidebar .nav-item .nav-link { .sidebar .nav-item .nav-link {
padding: 0.6rem; padding: 0.6rem 0.6rem 0.6rem 1.0rem;
} }
.alert-success { .alert-success {