feat(standard-styling): Fix icons; add standard css

This commit is contained in:
2025-12-10 09:51:39 +01:00
parent 9609cfe305
commit 879ed8b9ee
8 changed files with 102 additions and 76 deletions

View File

@@ -0,0 +1,10 @@
#left-column {
.list-group-item,
.list-group-item-action-dropdown-link,
label {
font-family: $font-family-base;
font-size: $font-size-base;
color: $secondary;
font-weight: 400;
}
}