Fix save payment method checkbox in checkout
This commit is contained in:
parent
67b3d1c5fb
commit
0f85f1d754
|
@ -2005,6 +2005,10 @@ a.reset_variations {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=checkbox] {
|
||||||
|
width: 25px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> label:first-of-type {
|
> label:first-of-type {
|
||||||
|
|
Loading…
Reference in New Issue