File "status-page.scss"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-webhooks/resources/css/status-page.scss
File size: 423 bytes
MIME-type: text/plain
Charset: utf-8
.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;
}