feat: add the chip/badge class
This commit is contained in:
parent
1159647c5b
commit
059884df48
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue