Skip to content

Commit

Permalink
Minor UI fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 20, 2022
1 parent 0c0abc9 commit 76c2829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/src/scss/pages/_checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding-top: 0;
padding-bottom: 0;

> .custom-control {
> .form-check {
padding-top: $list-group-item-padding-y;
padding-bottom: $list-group-item-padding-y;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/src/scss/pages/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

.menu-option, .menu-size {
.custom-control {
.form-check {
margin-top: 10px;

&:first-child {
Expand Down

0 comments on commit 76c2829

Please sign in to comment.