mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
18 lines
262 B
SCSS
18 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;
|
||
|
}
|
||
|
}
|