Add webhook simulation

This commit is contained in:
Alex P 2021-09-22 17:13:38 +03:00
parent 0268524261
commit ea2f728cd8
14 changed files with 896 additions and 20 deletions

View file

@ -1,9 +1,16 @@
.ppcp-webhooks-table {
.ppcp-webhooks-table, .ppcp-webhooks-status-text {
.error {
color: red;
font-weight: bold;
}
.success {
color: green;
font-weight: bold;
}
}
.ppcp-webhooks-table {
table {
border-collapse: collapse;
@ -21,3 +28,7 @@
}
}
}
.ppcp-webhooks-status-text {
padding-top: 4px;
}