@sysvale/cuida 3.79.3 → 3.80.0

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.
@@ -890,9 +890,9 @@ $transition: map-merge(
890
890
  }
891
891
 
892
892
  @mixin label {
893
- @include caption;
893
+ font-size: 14px;
894
894
  font-weight: $font-weight-semibold;
895
895
  color: $n-700;
896
896
  display: block;
897
897
  margin: mb(1);
898
- }
898
+ }