feat: add the chip/badge class

This commit is contained in:
Kazhnuz Klappsthul 2021-07-25 14:18:44 +02:00
parent 1159647c5b
commit 059884df48
1 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,13 @@ $button_small: $lineheight_quarter;
text-decoration:none;
}
.chip, .badge {
@include button(0rem);
padding-left: $button_small;
padding-right: $button_small;
text-decoration:none;
}
.menu-label {
@include biseau($button_small);
padding-left: $button_small;