New badge modifiers

This commit is contained in:
Michael Lange 2018-05-25 11:48:18 -07:00
parent 8b09108f9c
commit 09d5e4be5d
1 changed files with 9 additions and 0 deletions

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%);
}
}