mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add new 'Checkout options' step to the edit order cycle form so people can attach shipping methods
This commit is contained in:
committed by
Filipe
parent
1e817af5aa
commit
855ec1a708
@@ -11,6 +11,10 @@
|
||||
|
||||
h5 {
|
||||
color: $spree-blue;
|
||||
|
||||
&.error {
|
||||
color: $red-500;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
@@ -96,6 +96,14 @@ form.order_cycle {
|
||||
.icon-question-sign {
|
||||
font-size: 18px;
|
||||
}
|
||||
table.checkout-options {
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
p, li {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
}
|
||||
table.exchanges {
|
||||
tr td.active {
|
||||
width: 20px;
|
||||
|
||||
Reference in New Issue
Block a user