forked from samuel-p/sp-codes.de
fixed icons
This commit is contained in:
parent
0b322213a7
commit
441d92b368
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
@mixin svg-icon($name) {
|
||||
.si-#{$name}::before {
|
||||
content: ' ';
|
||||
content: '\200b';
|
||||
background-image: url("../img/#{$name}-white.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
Loading…
Reference in a new issue