mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add styles for previews
This commit is contained in:
parent
0596f84b21
commit
103a8911e0
1 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.ppcp-button-preview {
|
||||
.ppcp-button-preview, .ppcp-message-preview {
|
||||
width: 350px;
|
||||
padding: 15px;
|
||||
border: 1px solid lightgray;
|
||||
|
@ -15,3 +15,21 @@
|
|||
margin-top: -400px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-message-preview {
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -300px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-button-preview.pay-later {
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -250px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-button-preview.pay-later.disabled {
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -152px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue