@festo-ui/web-essentials 5.0.0-dev.85 → 5.0.0-dev.86
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 +8 -8
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.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/_modal.scss +9 -8
- 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/_modal.scss +9 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v5.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v5.0.0-dev.86 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -15700,10 +15700,9 @@ fieldset.fwe-progress-container label {
|
|
|
15700
15700
|
border-radius: 8px;
|
|
15701
15701
|
}
|
|
15702
15702
|
.fwe-modal-h1 {
|
|
15703
|
-
margin-top:
|
|
15704
|
-
margin-right: 32px;
|
|
15703
|
+
margin-top: 0;
|
|
15705
15704
|
margin-bottom: 32px;
|
|
15706
|
-
|
|
15705
|
+
margin-right: 32px;
|
|
15707
15706
|
}
|
|
15708
15707
|
.fwe-modal-h1 .fwe-icon-status-check-status::before {
|
|
15709
15708
|
display: none;
|
|
@@ -15716,12 +15715,11 @@ fieldset.fwe-progress-container label {
|
|
|
15716
15715
|
}
|
|
15717
15716
|
.fwe-modal-h2 {
|
|
15718
15717
|
margin-top: 0;
|
|
15718
|
+
margin-bottom: 12px;
|
|
15719
15719
|
margin-right: 32px;
|
|
15720
15720
|
font-size: var(--fwe-font-size-md);
|
|
15721
|
+
line-height: 18px;
|
|
15721
15722
|
font-weight: var(--fwe-font-weight-bold);
|
|
15722
|
-
line-height: var(--fwe-line-height-base);
|
|
15723
|
-
margin-top: 0px;
|
|
15724
|
-
margin-bottom: 8px;
|
|
15725
15723
|
white-space: nowrap;
|
|
15726
15724
|
overflow: hidden;
|
|
15727
15725
|
text-overflow: ellipsis;
|
|
@@ -15823,9 +15821,11 @@ fieldset.fwe-progress-container label {
|
|
|
15823
15821
|
right: 12px;
|
|
15824
15822
|
}
|
|
15825
15823
|
.fwe-modal-h1 {
|
|
15826
|
-
margin-top: 8px;
|
|
15827
15824
|
font-size: var(--fwe-font-size-xl);
|
|
15828
15825
|
line-height: 32px;
|
|
15826
|
+
margin-top: 0;
|
|
15827
|
+
margin-bottom: 24px;
|
|
15828
|
+
margin-right: 16px;
|
|
15829
15829
|
}
|
|
15830
15830
|
.fwe-modal-h1 .fwe-icon-status-check-status::before {
|
|
15831
15831
|
display: block;
|