Skip to content

Commit

Permalink
Adjust quantity rules margin (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Etchen committed Aug 11, 2023
1 parent 951ac28 commit a48d88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ input[type='checkbox'] {
}

.quantity__rules {
margin-top: 1.2rem;
margin-top: 0.5rem;
position: relative;
font-size: 1.2rem;
}
Expand Down
1 change: 1 addition & 0 deletions assets/quantity-popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ quantity-popover quick-order-list-remove-button .button {
}

.quantity-popover__info .quantity__rules {
margin-top: 1.2rem;
margin-bottom: 1rem;
}

Expand Down

0 comments on commit a48d88f

Please sign in to comment.