General styling and accessibility fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
.icon-home {
|
||||
background-image: url('../../../core/img/places/home.svg');
|
||||
background-image: var(--icon-home-000);
|
||||
}
|
||||
|
||||
.icon-description {
|
||||
@@ -52,3 +53,9 @@
|
||||
.icon-toggle-compact-expanded {
|
||||
background-image: url('../img/toggle_view_collapse.svg');
|
||||
}
|
||||
|
||||
@if mixin-exists('icon-black-white') {
|
||||
@include icon-black-white('deck', 'deck', 1);
|
||||
@include icon-black-white('archive', 'deck', 1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user