mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Approve preview styles
This commit is contained in:
parent
b33cb9d086
commit
36516352b3
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
border: 1px solid lightgray;
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 2px 10px 1px #ddd;
|
||||
margin-right: -28px;
|
||||
|
||||
h4 {
|
||||
margin-top: 0;
|
||||
|
@ -21,6 +22,11 @@
|
|||
@media (min-width: 2000px) {
|
||||
margin-right: 42%;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
width: auto;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-message-preview {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue