Update the styling of the WooPayments banner for the mobile version (#46647)
* Style WCPay banner for mobile version --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
190c972332
commit
2ea10959a6
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix styling issues with WooPayments banner on mobile version.
|
|
@ -1,6 +1,7 @@
|
||||||
.woocommerce-recommended-payments-banner {
|
.woocommerce-recommended-payments-banner {
|
||||||
margin: 0 15px 10px 0;
|
margin: 0 15px 10px 0;
|
||||||
animation: isLoaded;
|
animation: isLoaded;
|
||||||
|
min-width: 550px; // for smaller screens
|
||||||
animation-duration: 250ms;
|
animation-duration: 250ms;
|
||||||
|
|
||||||
&.components-card {
|
&.components-card {
|
||||||
|
|
Loading…
Reference in New Issue