Skip to content

Commit

Permalink
fix: form check margin
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 24, 2025
1 parent 9cecfd8 commit 9573eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion src/scss/components/_accept-overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
background-color: transparent !important;
margin-top: $v-gap * 4;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
button {
width: 100%;
Expand Down
12 changes: 0 additions & 12 deletions src/scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
// Check/radio
//

.form-check {
display: block;
min-height: $form-check-min-height;
padding-left: $form-check-padding-start;
margin-bottom: $form-check-margin-bottom;

.form-check-input {
float: left;
margin-left: $form-check-padding-start * -1;
}
}

.form-check-reverse {
padding-right: $form-check-padding-start;
padding-left: 0;
Expand Down

0 comments on commit 9573eb7

Please sign in to comment.