Display notice if Checkout Blocks is not active

This commit is contained in:
George Burduli 2024-07-16 15:10:09 +04:00
parent 2bf6e5e8cf
commit 651549dbb0
No known key found for this signature in database
GPG key ID: 572A97DFDA3D2E5C
2 changed files with 38 additions and 0 deletions

View file

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