Skip to content

Commit

Permalink
Fix wizard styles (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Nov 7, 2023
1 parent 45e9eb1 commit 3beaa51
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions src/app/preview/wizard/wizard.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
:host {
background-color: rgba(212, 212, 212, 0.25);
position: absolute;
top: 0;
bottom: 0;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 3beaa51

Please sign in to comment.