fix(standard-styling): Fix structure of custom css

This commit is contained in:
2025-12-10 10:31:24 +01:00
parent 879ed8b9ee
commit e4c1e7857b
4 changed files with 11 additions and 11 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;
}
}