27 lines
533 B
CSS
27 lines
533 B
CSS
/*
|
|
* Copyright 1999-2023. Plesk International GmbH. All rights reserved.
|
|
*/
|
|
.deployment-scenario-form {
|
|
display: flex;
|
|
}
|
|
.deployment-scenario-form .pul-form {
|
|
position: relative;
|
|
}
|
|
.deployment-scenario-form .pul-form__footer {
|
|
display: none;
|
|
}
|
|
.loader-mask .pul-content-loader {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 10;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.loader-mask .pul-content-loader .pul-content-loader__container {
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=main.css.map*/ |