admin menu: simplify header style

This commit is contained in:
nobohan
2022-05-09 16:30:20 +02:00
parent 0f319a1003
commit fd67f327ae
2 changed files with 2 additions and 16 deletions

View File

@@ -179,7 +179,7 @@ div.banner {
div.vertical-menu {
border-radius: 0;
margin-top: 0.5rem;
a.list-group-item, div.list-group-item {
a.list-group-item {
background-color: $chill-yellow;
border: 0;
margin-bottom: 0.25rem;
@@ -187,7 +187,7 @@ div.vertical-menu {
background-color: tint-color($chill-yellow, 20%)
}
}
div.list-group-item-header {
a.list-group-item-header {
text-transform: uppercase;
font-weight: bold;
}