added scss for non-icon svg, unused but available
This commit is contained in:
parent
028efdcc67
commit
86c74cfbcf
1 changed files with 21 additions and 16 deletions
|
@ -20,3 +20,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
&.img {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue