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);
|
||||||
|
}
|
||||||
@@ -1 +0,0 @@
|
|||||||
@include icon-black-white('deck', 'deck', 1);
|
|
||||||
Reference in New Issue
Block a user