mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
34 lines
423 B
SCSS
34 lines
423 B
SCSS
.ppcp-webhooks-table, .ppcp-webhooks-status-text {
|
|
.error {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.success {
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.ppcp-webhooks-table {
|
|
table {
|
|
border-collapse: collapse;
|
|
|
|
th {
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
td, th {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
td:first-child {
|
|
vertical-align: top;
|
|
width: 450px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ppcp-webhooks-status-text {
|
|
padding-top: 4px;
|
|
}
|