@festo-ui/web-essentials 11.0.0-dev.963 → 11.0.0-dev.964

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.
@@ -4792,40 +4792,33 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
4792
4792
 
4793
4793
  .fwe-badge {
4794
4794
  display: inline-block;
4795
- border-radius: 2px;
4796
- font-size: var(--fwe-font-size-md);
4797
- padding-left: 6px;
4798
- padding-right: 6px;
4799
4795
  color: var(--fwe-white);
4800
- max-height: 19px;
4801
- height: 19px;
4802
- line-height: 17px;
4803
4796
  background-color: var(--fwe-hero);
4797
+ border-radius: 2px;
4798
+ max-height: 18px;
4799
+ height: 18px;
4800
+ line-height: 18px;
4801
+ padding: 0 4px;
4804
4802
  font-weight: var(--fwe-font-weight-bold);
4803
+ font-size: var(--fwe-font-size-md);
4805
4804
  }
4806
4805
  .fwe-badge.fwe-badge-sm {
4807
4806
  font-size: var(--fwe-font-size-small);
4808
- max-height: 17px;
4809
- height: 17px;
4810
- line-height: 16px;
4807
+ max-height: 18px;
4808
+ height: 18px;
4809
+ line-height: 18px;
4811
4810
  }
4812
- .fwe-badge.fwe-badge-md {
4811
+ .fwe-badge.fwe-badge-md, .fwe-badge.fwe-badge-lg {
4813
4812
  font-size: var(--fwe-font-size-base);
4814
4813
  max-height: 22px;
4815
4814
  height: 22px;
4816
- line-height: 20px;
4817
- }
4818
- .fwe-badge.fwe-badge-lg {
4819
- font-size: var(--fwe-font-size-xl);
4820
- max-height: 32px;
4821
- height: 32px;
4822
- line-height: 30px;
4815
+ line-height: 22px;
4823
4816
  }
4824
4817
  .fwe-badge.fwe-badge-xl {
4825
- font-size: var(--fwe-font-size-xxl);
4826
- max-height: 44px;
4827
- height: 44px;
4828
- line-height: 42px;
4818
+ font-size: var(--fwe-font-size-xl);
4819
+ max-height: 34px;
4820
+ height: 34px;
4821
+ line-height: 34px;
4829
4822
  }
4830
4823
 
4831
4824
  .fwe-badge-caerul {