Allow icon color to be customized
This commit is contained in:
parent
a9908e3807
commit
9a88c64cef
|
|
@ -11,7 +11,7 @@
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
--m-interior: .5rem;
|
--m-interior: .5rem;
|
||||||
--m-exterior: -.125rem;
|
--m-exterior: -.125rem;
|
||||||
background-color: currentColor;
|
background-color: var(--icon-color, currentColor);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
block-size: 1.5rem;
|
block-size: 1.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue