Skip to content

Commit

Permalink
Remove footer buttons styles
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Jan 29, 2025
1 parent c71739a commit 710cf13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
31 changes: 0 additions & 31 deletions src/assets/scss/components/_registerAccountModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ register-account-modal {
margin-top: 20px;
}

.footer-buttons {
button {
width: 100%;
}

button.back {
display: none;
width: auto;
}
}

.modal-dialog.modal-sm & {
&[data-state=sign-in],
&[data-state=loading-donor] {
Expand Down Expand Up @@ -119,26 +108,6 @@ register-account-modal {
margin-right: 200px;
}
}

.footer-buttons {
margin-left: -230px;
margin-right: -230px;
margin-bottom: -30px;
padding: 15px;
background-color: #F5F5F5;
display: flex;

button:not(.back) {
width: 400px;
margin-left: auto;
}
button.back {
display: block;
}
}
.success .footer-buttons {
flex-direction: column;
}
}

sign-in-form {
Expand Down
25 changes: 0 additions & 25 deletions src/assets/scss/components/_userMatchModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ user-match-modal {
}
}

.modal-dialog.modal-lg & .success .footer-buttons button {
margin-right: auto;
}

.modal-footer {
display: flex;
justify-content: flex-end;
Expand All @@ -58,24 +54,3 @@ user-match-modal {
}
}
}

session-modal > div > div > user-match-modal {
width: 100%;

.footer-buttons {
padding: 15px;
background-color: #F5F5F5;
display: flex;

button:not(.back) {
margin-left: auto;
width: auto;
}
button.back {
display: block;
}
}
.success .footer-buttons {
flex-direction: column;
}
}

0 comments on commit 710cf13

Please sign in to comment.