mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Show webhooks
This commit is contained in:
parent
0b029a9392
commit
e2a7f6d8d9
12 changed files with 5132 additions and 7 deletions
17
modules/ppcp-webhooks/resources/css/status-page.scss
Normal file
17
modules/ppcp-webhooks/resources/css/status-page.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue