mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Greying the buttons like a boss
This commit is contained in:
@@ -46,12 +46,12 @@
|
||||
#empty-cart.columns.large-9{"data-hook" => ""}
|
||||
= form_tag empty_cart_path, :method => :put do
|
||||
#clear_cart_link{"data-hook" => ""}
|
||||
= link_to "Continue Shopping", main_app.shop_path, class: "button primary checkout"
|
||||
= link_to "Continue Shopping", main_app.shop_path, class: "button secondary"
|
||||
= t(:or)
|
||||
= submit_tag t(:empty_cart), :class => 'button gray'
|
||||
= submit_tag t(:empty_cart), :class => 'button secondary'
|
||||
|
||||
.columns.large-1
|
||||
= button_tag :class => 'primary', :id => 'update-button' do
|
||||
= button_tag :class => 'secondary', :id => 'update-button' do
|
||||
= t(:update)
|
||||
.columns.large-2
|
||||
= link_to "Checkout", main_app.shop_checkout_path, class: "button checkout primary", id: "checkout-link"
|
||||
|
||||
Reference in New Issue
Block a user