Move global deck icon to plain css
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
7
css/deck.css
Normal file
7
css/deck.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.icon-deck {
|
||||
background-image: url(../img/deck-dark.svg);
|
||||
}
|
||||
|
||||
.icon-deck-white, .icon-deck.icon-white {
|
||||
background-image: url(../img/deck.svg);
|
||||
}
|
||||
Reference in New Issue
Block a user