@rypen-dev/shared-components 5.1.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -468,7 +468,7 @@ label {
|
|
|
468
468
|
display: block;
|
|
469
469
|
margin-bottom: 0.5rem;
|
|
470
470
|
font-size: 1rem;
|
|
471
|
-
color: $
|
|
471
|
+
color: $global-form-label-color;
|
|
472
472
|
font-family: $headline-font-family;
|
|
473
473
|
letter-spacing: 2px;
|
|
474
474
|
font-weight: $body-weight-normal;
|
|
@@ -483,7 +483,7 @@ $label-color-alt: $white;
|
|
|
483
483
|
$label-palette: $foundation-palette;
|
|
484
484
|
$label-font-size: 0.8rem;
|
|
485
485
|
$label-padding: 0.33333rem 0.5rem;
|
|
486
|
-
$label-radius: $
|
|
486
|
+
$label-radius: $global-badge-radius;
|
|
487
487
|
|
|
488
488
|
// 22. Media Object
|
|
489
489
|
// ----------------
|