fix(standard-styling): Fix structure of custom css
This commit is contained in:
10
falcon/_dev/css/theme/custom/layout/_left-column.scss
Normal file
10
falcon/_dev/css/theme/custom/layout/_left-column.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user