woocommerce-paypal-payments/modules/ppcp-webhooks/resources/css/status-page.scss
2021-09-16 13:48:20 +03:00

17 lines
189 B
SCSS

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