admin: homepage + style menu

This commit is contained in:
nobohan
2022-05-09 15:14:37 +02:00
parent 24794c1285
commit 63bfd25acb
3 changed files with 56 additions and 14 deletions

View File

@@ -189,6 +189,7 @@ div.vertical-menu {
}
div.list-group-item-header {
text-transform: uppercase;
font-weight: bold;
}
}
@@ -213,6 +214,20 @@ footer.footer {
}
}
/*
* ADMIN STYLES
*/
div.admin {
flex-direction: row-reverse;
div.vertical-menu {
font-size: 0.9em;
.list-group-item {
padding: 0.3rem 0.7rem;
}
}
}
/*
* GENERIC MAIN STYLES
* miscellaneous
@@ -220,7 +235,7 @@ footer.footer {
/// titles
h1, h2,
.h1, .h2 {
.h1, .h2 {
font-weight: $headings-font-weight + 100;
}