admin: reorganize twig templates and admin menu

This commit is contained in:
nobohan
2022-05-04 17:34:44 +02:00
parent e50e68a52b
commit 16d74eaa0c
22 changed files with 112 additions and 403 deletions

View File

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