diff --git a/src/scss/components/_buttons.scss b/src/scss/components/_buttons.scss index b7fafb0..d76e46c 100644 --- a/src/scss/components/_buttons.scss +++ b/src/scss/components/_buttons.scss @@ -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;