diff --git a/app/assets/stylesheets/store/openfoodweb.css.scss b/app/assets/stylesheets/store/openfoodweb.css.scss index 24c0b1fd5a..5af6ca1b33 100644 --- a/app/assets/stylesheets/store/openfoodweb.css.scss +++ b/app/assets/stylesheets/store/openfoodweb.css.scss @@ -225,3 +225,8 @@ fieldset#product-distributor-details { } } } + +/* Alert for EFT Payment during checkout process */ +div#eft-payment-alert { + border: 2px solid red; +} diff --git a/app/views/spree/shared/_order_details_steps_data.html.erb b/app/views/spree/shared/_order_details_steps_data.html.erb index 04e8d4d65a..96214287f8 100644 --- a/app/views/spree/shared/_order_details_steps_data.html.erb +++ b/app/views/spree/shared/_order_details_steps_data.html.erb @@ -9,7 +9,7 @@