mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 18:00:15 +08:00
Display notice if Checkout Blocks is not active
This commit is contained in:
parent
2bf6e5e8cf
commit
651549dbb0
2 changed files with 38 additions and 0 deletions
|
@ -82,6 +82,14 @@ $background-ident-color: #fbfbfb;
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp-notice-success {
|
||||
border-left-color: #00a32a;
|
||||
|
||||
.highlight {
|
||||
color: #00a32a;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-notice-warning {
|
||||
border-left-color: #dba617;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue