Display return to cart link on mobile devices (#48103)
* Display return to cart link on mobile devices * Add changelog entry
This commit is contained in:
parent
5b06493a5c
commit
1167b54a3d
|
@ -26,13 +26,18 @@
|
||||||
|
|
||||||
.is-mobile {
|
.is-mobile {
|
||||||
.wc-block-checkout__actions {
|
.wc-block-checkout__actions {
|
||||||
.wc-block-components-checkout-return-to-cart-button {
|
|
||||||
display: none;
|
.wc-block-checkout__actions_row {
|
||||||
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wc-block-components-checkout-place-order-button {
|
.wc-block-components-checkout-place-order-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wc-block-components-checkout-return-to-cart-button {
|
||||||
|
margin: $gap auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Display return to cart link on mobile devices.
|
Loading…
Reference in New Issue