@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.
- package/dist/css/festo-web-essentials.css +24 -31
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +10 -10
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +15 -22
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_badge.scss +16 -23
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_badge.scss +16 -23
|
@@ -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:
|
|
4809
|
-
height:
|
|
4810
|
-
line-height:
|
|
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:
|
|
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-
|
|
4826
|
-
max-height:
|
|
4827
|
-
height:
|
|
4828
|
-
line-height:
|
|
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 {
|