Show webhooks

This commit is contained in:
Alex P 2021-09-16 13:48:20 +03:00
parent 0b029a9392
commit e2a7f6d8d9
12 changed files with 5132 additions and 7 deletions

View file

@ -0,0 +1,17 @@
.ppcp-webhooks-table {
.error {
color: red;
font-weight: bold;
}
table {
td {
padding: 0 10px 15px 0;
}
td:first-child {
vertical-align: top;
width: 450px;
}
}
}