Skip to content

Commit

Permalink
fix: fixed styles related to onboarding screens that are not taking t…
Browse files Browse the repository at this point in the history
…he right size beause of the lazy loading render import
  • Loading branch information
bradleySuira committed Dec 8, 2022
1 parent 17bf21c commit 4fa6bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,11 @@ svg.qr-icon {
z-index: 9999;
}


.modal-dialog {
min-width: 320px !important;
}

.modal-dialog-bottom {
display: flex;
align-items: flex-end;
Expand Down
2 changes: 0 additions & 2 deletions src/views/Onboarding/OnboardingPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ export default {
.onboading-password {
padding: 20px;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 4fa6bea

Please sign in to comment.