Enhancement: Adds story for label component (#2222)

* Enhancement: Adds story for label component
This commit is contained in:
Sivin Varghese
2021-05-05 16:46:23 +05:30
committed by GitHub
parent 05310e25d4
commit 6469acc750
4 changed files with 69 additions and 14 deletions

View File

@@ -15,10 +15,6 @@
}
}
.label {
font-weight: $font-weight-bold;
}
.tooltip {
border-radius: $space-smaller;
font-size: $font-size-mini;

View File

@@ -384,9 +384,9 @@ $label-background: lighten($primary-color, 40%);
$label-color: $primary-color;
$label-color-alt: $black;
$label-palette: $foundation-palette;
$label-font-size: $font-size-micro;
$label-font-size: $font-size-mini;
$label-padding: $space-smaller $space-small;
$label-radius: $space-micro;
$label-radius: var(--border-radius-small);
// 21. Media Object
// ----------------