New badge modifiers

This commit is contained in:
Michael Lange
2018-05-25 11:48:18 -07:00
parent c875d1490f
commit 23c4ec89f8

View File

@@ -33,4 +33,13 @@
&.is-faded {
color: rgba($text, 0.8);
}
&.is-small {
padding: 0.15em 0.5em;
}
&.is-secondary {
color: darken($grey-blue, 30%);
background: lighten($grey-blue, 10%);
}
}