Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…erce into Issue-36
  • Loading branch information
Travis committed Feb 26, 2016
2 parents c4138cc + 4cdb2d1 commit 822d05b
Show file tree
Hide file tree
Showing 5 changed files with 1,045 additions and 3 deletions.
7 changes: 7 additions & 0 deletions assets/css/checkout.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ body.woocommerce-checkout .woocommerce #checkout_paypal_message #paypal_box_butt
.woocommerce-select.woocommerce-cc-month.mr5 {
margin-right: 5px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-cardholder,
#add_payment_method #payment div.payment_box .wc-credit-card-form-cardholder {
background-position: right center;
background-repeat: no-repeat;
font-size: 1.5em;
padding: 8px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
Expand Down
Loading

0 comments on commit 822d05b

Please sign in to comment.