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:
Cvetan Cvetanov 2024-04-23 15:30:42 +03:00 committed by GitHub
parent 190c972332
commit 2ea10959a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix styling issues with WooPayments banner on mobile version.

View File

@ -1,6 +1,7 @@
.woocommerce-recommended-payments-banner {
margin: 0 15px 10px 0;
animation: isLoaded;
min-width: 550px; // for smaller screens
animation-duration: 250ms;
&.components-card {