From 3beaa511d33c171e6e378bcc7fb01c712953aed4 Mon Sep 17 00:00:00 2001 From: volvl Date: Tue, 7 Nov 2023 11:04:05 +0400 Subject: [PATCH] Fix wizard styles (#199) --- src/app/preview/wizard/wizard.component.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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