woocommerce-paypal-payments/modules/ppcp-webhooks/resources/css/status-page.scss
2021-09-16 15:24:46 +03:00

23 lines
266 B
SCSS

.ppcp-webhooks-table {
.error {
color: red;
font-weight: bold;
}
table {
border-collapse: collapse;
th {
border-bottom: 1px solid black;
}
td, th {
padding: 10px 15px;
}
td:first-child {
vertical-align: top;
width: 450px;
}
}
}