Skip to content

Commit

Permalink
Merge pull request #10207 from CaptainYouz/issue-9912_voucher-button
Browse files Browse the repository at this point in the history
Voucher button is too long in Cart
  • Loading branch information
mickaelandrieu committed Aug 31, 2018
2 parents 79b6a8c + dcb66b0 commit fd4a937
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion themes/classic/_dev/css/components/cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@
margin-left: -10px;
}
}
form {
text-align: center;
}
}
.promo-input {
color: $gray-darker;
border: $gray 1px solid;
height: 2.5rem;
text-indent: 0.625rem;
width: 60%;
width: 50%;
+ button {
margin-top: -4px;
text-transform: capitalize;
Expand Down
2 changes: 1 addition & 1 deletion themes/classic/assets/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/classic/assets/js/theme.js

Large diffs are not rendered by default.

0 comments on commit fd4a937

Please sign in to comment.