Fix syntax error
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
314bfeb6b8
commit
a62cc27058
|
@ -93,6 +93,7 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
|
|||
filter: invert(100%);
|
||||
&.icon-shadow {
|
||||
filter: invert(100%) drop-shadow(1px 1px 4px $color-box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
/* ICONS -------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue