Add the checkout detection notice to the AXO gateway settings

This commit is contained in:
Daniel Dudzic 2024-05-10 02:07:51 +02:00
parent ce280e9cba
commit 1f3bc01526
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
6 changed files with 120 additions and 20 deletions

View file

@ -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 {