Skip to content

Commit

Permalink
Fix changes so that only dialogs and not forms are affected
Browse files Browse the repository at this point in the history
  • Loading branch information
rukmini-bose committed Feb 22, 2024
1 parent 1d055ad commit 11990f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/api/overlays/components/dialog-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
.c-message {
display: flex;
align-items: center;

body.mobile & { // Centers confirmation dialog on screen.
margin-top: 40vh;
}
> * + * {
margin-left: $interiorMarginLg;
}
Expand Down
1 change: 0 additions & 1 deletion src/api/overlays/components/overlay-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
position: relative;
height: 100vh;
width: 100vw;
justify-content: center;
}
}

Expand Down

0 comments on commit 11990f0

Please sign in to comment.