40 lines
597 B
CSS
40 lines
597 B
CSS
#woocommerce-paczkomaty-box-new p {
|
|
display: none;
|
|
}
|
|
|
|
#woocommerce-paczkomaty-box-new p.error {
|
|
display: block;
|
|
color: red;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.xml_api_message {
|
|
color: red;
|
|
}
|
|
|
|
.shipX_status_connected {
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
|
|
.shipX_status_not_connected {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
|
|
#shipX_services span.available {
|
|
color: green;
|
|
}
|
|
|
|
#shipX_services span.not-available {
|
|
color: red;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content .optional {
|
|
display: none;
|
|
}
|
|
|
|
.flexible_shipping_shipment_error_exploration {
|
|
padding-bottom: 10px;
|
|
}
|