New is-faded modifier for icons

For when the icon should be less prominent than the content around it
This commit is contained in:
Michael Lange 2018-05-02 11:14:13 -07:00
parent ca172e1fc2
commit 2cea40a894
1 changed files with 4 additions and 0 deletions

View File

@ -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);