Skip to content

Commit

Permalink
Merge pull request catarse#8 from vicnicius/Update_form_style
Browse files Browse the repository at this point in the history
Fixes mobile form layout
  • Loading branch information
devton committed Jun 10, 2015
2 parents 19f1ffc + 6678c8a commit 9bc53c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catarse_pagarme/pagarme/review.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
.w-col.w-col-1.w-sub-col
.w-radio.w-clearfix.back-payment-credit-card-radio-field
= radio_button_tag :payment_subscription_card, credit_card.card_key, i == 0, {"data-stored" => true}
.w-col.w-col-2.w-sub-col
.w-col.w-col-2.w-sub-col.w-sub-col-middle
.fontsize-small.fontweight-semibold.text-success
= credit_card.card_brand.upcase
.w-col.w-col-5.w-sub-col
.w-col.w-col-5.w-sub-col.w-sub-col-middle
.fontsize-small.fontweight-semibold.u-marginbottom-20
= "XXXX.XXXX.XXXX.#{credit_card.last_digits}"
.w-col.w-col-4
Expand Down

0 comments on commit 9bc53c9

Please sign in to comment.