mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
🐛 Fix button specific config-preparation
This commit is contained in:
parent
da64ffbac5
commit
33c6c06e85
4 changed files with 51 additions and 8 deletions
|
@ -7,9 +7,13 @@
|
|||
box-shadow: 0 2px 10px 1px #ddd;
|
||||
margin-right: -28px;
|
||||
|
||||
// Preview box showing a single button.
|
||||
&[data-ppcp-apm-preview] {
|
||||
height: 82px;
|
||||
margin-top: -149px;
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -149px;
|
||||
}
|
||||
|
||||
@media (min-width: 601px) and (max-width: 1399px) {
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue