Align buttons left and right on cart page

This commit is contained in:
Matt-Yorkley
2020-04-08 10:55:55 +02:00
parent 9c421e146e
commit 0414f4984d

View File

@@ -1,7 +1,5 @@
.row.links{'data-hook' => "cart_buttons"}
.columns.large-8{"data-hook" => ""}
%a.button.large.secondary{href: current_shop_products_path}
= t :orders_edit_continue
.columns.large-4.text-right
%a#checkout-link.button.large.primary{href: main_app.checkout_path}
= t :orders_edit_checkout
%a.button.large.secondary{href: current_shop_products_path}
= t :orders_edit_continue
%a#checkout-link.button.large.primary.right{href: main_app.checkout_path}
= t :orders_edit_checkout