mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Add the checkout detection notice to the AXO gateway settings
This commit is contained in:
parent
ce280e9cba
commit
1f3bc01526
6 changed files with 120 additions and 20 deletions
|
@ -56,6 +56,24 @@ $background-ident-color: #fbfbfb;
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp-notice {
|
||||
background: #fff;
|
||||
border: 1px solid #c3c4c7;
|
||||
border-left-width: 4px;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
margin: 5px 15px 2px;
|
||||
padding: 1px 12px;
|
||||
}
|
||||
|
||||
.ppcp-notice-warning {
|
||||
border-left-color: #dba617;
|
||||
|
||||
.highlight {
|
||||
background: transparent;
|
||||
color: #dba617;
|
||||
}
|
||||
}
|
||||
|
||||
// Box indented fields.
|
||||
@media screen and (min-width: 800px) {
|
||||
.ppcp-settings-field {
|
||||
|
@ -77,6 +95,18 @@ $background-ident-color: #fbfbfb;
|
|||
|
||||
th, &.ppcp-settings-field-heading td {
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.ppcp-notice {
|
||||
margin-left: 40px;
|
||||
margin-right: 10px;
|
||||
padding: 1px 12px;
|
||||
|
||||
p {
|
||||
margin: .5em 0;
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
th, td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue