We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e2e3b commit 715bb99Copy full SHA for 715bb99
core/src/components/badge/badge.common.vars.scss
@@ -26,3 +26,15 @@ $badge-font-size: dynamic-font($badge-baseline-font-size);
26
27
/// @prop - Font weight of the badge
28
$badge-font-weight: bold;
29
+
30
+// Badge inside a Tab Button
31
+// --------------------------------------------------
32
33
+/// @prop - Minimum width of the badge inside a Tab Button
34
+$badge-in-tab-button-min-width: 8px;
35
36
+/// @prop - Height of the badge inside a Tab Button
37
+$badge-in-tab-button-height: 8px;
38
39
+/// @prop - Badge icon size inside a Tab Button
40
+$badge-in-tab-button-icon-size: 12px;
0 commit comments