Style block list links

This commit is contained in:
Luis Cielak
2018-07-31 10:29:22 -04:00
committed by richard-dds
parent 1db88a8191
commit b4b99de7de
4 changed files with 45 additions and 43 deletions

View File

@@ -59,4 +59,8 @@
&.icon-link--large {
@include icon-link-large;
}
&.icon-link--danger {
@include icon-link-color($color-red, $color-red-lightest);
}
}