@festo-ui/web-essentials 6.0.0-dev.213 → 6.0.0-dev.217
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 +7 -7
- 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 +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v6.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v6.0.0-dev.217 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -16319,13 +16319,10 @@ fieldset.fwe-progress-container label {
|
|
|
16319
16319
|
z-index: var(--fwe-z-index-modal);
|
|
16320
16320
|
background-color: var(--fwe-white);
|
|
16321
16321
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
|
16322
|
-
position:
|
|
16323
|
-
|
|
16324
|
-
left: 50%;
|
|
16325
|
-
transform: translate(-50%, -50%);
|
|
16326
|
-
width: 92%;
|
|
16322
|
+
position: relative;
|
|
16323
|
+
width: 92vw;
|
|
16327
16324
|
max-width: 550px;
|
|
16328
|
-
max-height:
|
|
16325
|
+
max-height: 92vh;
|
|
16329
16326
|
outline: 0;
|
|
16330
16327
|
display: flex;
|
|
16331
16328
|
flex-direction: column;
|
|
@@ -16462,9 +16459,12 @@ fieldset.fwe-progress-container label {
|
|
|
16462
16459
|
width: 100vw;
|
|
16463
16460
|
height: 100vh;
|
|
16464
16461
|
z-index: var(--fwe-z-index-modal-backdrop);
|
|
16462
|
+
display: flex;
|
|
16463
|
+
align-items: center;
|
|
16464
|
+
justify-content: center;
|
|
16465
16465
|
}
|
|
16466
16466
|
|
|
16467
|
-
@media (max-width: 600px) {
|
|
16467
|
+
@media (max-width: 600px), (max-height: 600px) {
|
|
16468
16468
|
.fwe-modal {
|
|
16469
16469
|
padding: 24px;
|
|
16470
16470
|
}
|