be more explicit about icon size
This commit is contained in:
parent
bbdd644309
commit
9cd1f37924
@ -13,8 +13,13 @@
|
||||
@mixin icon-size($size) {
|
||||
$icon-size: $size * .1rem;
|
||||
width: $icon-size;
|
||||
height: auto;
|
||||
height: $icon-size;
|
||||
margin: $icon-size / 4;
|
||||
|
||||
> svg {
|
||||
width: $icon-size;
|
||||
height: $icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin icon-color($color) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user