New is-faded modifier for icons
For when the icon should be less prominent than the content around it
This commit is contained in:
parent
ca172e1fc2
commit
2cea40a894
|
@ -28,6 +28,10 @@ $icon-dimensions-large: 2rem;
|
|||
width: $icon-dimensions-large;
|
||||
}
|
||||
|
||||
&.is-faded {
|
||||
fill: $grey-light;
|
||||
}
|
||||
|
||||
@each $name, $pair in $colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue