added scss for non-icon svg, unused but available

This commit is contained in:
Adam Piontek 2021-07-26 11:06:26 -04:00
parent 028efdcc67
commit 86c74cfbcf

View file

@ -20,3 +20,8 @@
position: relative; position: relative;
} }
svg {
&.img {
fill: currentColor;
}
}