mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Adding in icons to checkout partial
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
%h5{"ng-class" => "{valid: billing.$valid, dirty: details.$dirty}"}
|
||||
%span.right
|
||||
%label.label.round.alert
|
||||
%i.fi-x
|
||||
%i.ofn-i_009-close
|
||||
%label.label.round.success
|
||||
%i.fi-check
|
||||
%i.ofn-i_051-check-big
|
||||
Billing info
|
||||
|
||||
%accordion-group{"is-open" => "accordion.billing",
|
||||
@@ -19,9 +19,9 @@
|
||||
{{ summary() | printArray }}
|
||||
.small-1.columns.right
|
||||
%span.accordion-up.right
|
||||
%i.fi-arrow-up
|
||||
%i.ofn-i_006-caret-up
|
||||
%span.accordion-down.right
|
||||
%i.fi-arrow-down
|
||||
%i.ofn-i_005-caret-down
|
||||
|
||||
= f.fields_for :bill_address, @order.bill_address do |ba|
|
||||
.row
|
||||
|
||||
Reference in New Issue
Block a user