mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
17 lines
262 B
SCSS
17 lines
262 B
SCSS
.ppcp-button-preview {
|
|
width: 350px;
|
|
padding: 15px;
|
|
border: 1px solid lightgray;
|
|
border-radius: 15px;
|
|
box-shadow: 0 2px 10px 1px #ddd;
|
|
|
|
h4 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
position: absolute;
|
|
left: 800px;
|
|
margin-top: -400px;
|
|
}
|
|
}
|