diff --git a/app/assets/stylesheets/darkswarm/ui.scss b/app/assets/stylesheets/darkswarm/ui.scss index a9a43b0b5f..c13c51f024 100644 --- a/app/assets/stylesheets/darkswarm/ui.scss +++ b/app/assets/stylesheets/darkswarm/ui.scss @@ -61,6 +61,13 @@ @include border-radius(0.5em); outline: none; + + &.x-small { + padding: 0.5rem 0.75rem; + font-size: $text-xs; + font-weight: 600; + margin: 0; + } } .button.primary, button.primary { diff --git a/app/views/spree/users/_transactions.html.haml b/app/views/spree/users/_transactions.html.haml index 2acce38612..0648973eec 100644 --- a/app/views/spree/users/_transactions.html.haml +++ b/app/views/spree/users/_transactions.html.haml @@ -18,7 +18,7 @@ = payment.updated_at.strftime("%Y-%m-%d") %td.order3 %a{ href: "#{payment.cvv_response_message}" } - %button.bright + %button.x-small Authorize %td.order5 = payment.display_amount