diff --git a/src/app/preview/wizard/wizard.component.css b/src/app/preview/wizard/wizard.component.css index c843cc40..9cfaf700 100644 --- a/src/app/preview/wizard/wizard.component.css +++ b/src/app/preview/wizard/wizard.component.css @@ -1,5 +1,4 @@ :host { - background-color: rgba(212, 212, 212, 0.25); position: absolute; top: 0; bottom: 0; @@ -34,10 +33,7 @@ display: flex; justify-content: center; align-items: center; - position: absolute; - top: 80px; - right: 0; - left: 0; + margin-top: 24px; } .flex-blocks.generic.normal { @@ -70,23 +66,15 @@ } .flex-block.left { - margin: 0 20px 0 40px; + margin: 0 12px 24px 24px; } .flex-block.right { - margin: 0 40px 0 20px; + margin: 0 24px 24px 12px; } :host ::ng-deep .flex-block .dx-button { margin-left: 10px; float: right; -} - -.bottom-block { - position: absolute; - bottom: 0; - left: 0; - right: 0; - top: auto; -} +} \ No newline at end of file