mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Add button preview in settings
This commit is contained in:
parent
e347bd8416
commit
ab618b200e
13 changed files with 294 additions and 19 deletions
17
modules/ppcp-wc-gateway/resources/css/gateway-settings.scss
Normal file
17
modules/ppcp-wc-gateway/resources/css/gateway-settings.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue