woocommerce-paypal-payments/modules/ppcp-webhooks/resources/css/status-page.scss

35 lines
423 B
SCSS
Raw Normal View History

2021-09-22 17:13:38 +03:00
.ppcp-webhooks-table, .ppcp-webhooks-status-text {
2021-09-16 13:48:20 +03:00
.error {
color: red;
font-weight: bold;
}
2021-09-22 17:13:38 +03:00
.success {
color: green;
font-weight: bold;
}
}
.ppcp-webhooks-table {
2021-09-16 13:48:20 +03:00
table {
2021-09-16 15:24:46 +03:00
border-collapse: collapse;
th {
border-bottom: 1px solid black;
}
td, th {
padding: 10px 15px;
2021-09-16 13:48:20 +03:00
}
td:first-child {
vertical-align: top;
width: 450px;
}
}
}
2021-09-22 17:13:38 +03:00
.ppcp-webhooks-status-text {
padding-top: 4px;
}