From 059884df483b6542a8bcb9f00682743280cd7758 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 25 Jul 2021 14:18:44 +0200 Subject: [PATCH] feat: add the chip/badge class --- src/scss/components/_buttons.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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;