Files
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

30 lines
568 B
SCSS

/* # WooCommerce Misc
---------------------------------------------------------------------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border-top-color: #0073e5;
background-color: #f5f5f5;
&:before,
&:before,
&:before {
color: #0073e5;
}
}
div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
width: 48%;
}
.woocommerce-message .button.wc-forward {
width: 100%;
margin-bottom: 20px;
@include breakpoint( xs ) {
width: auto;
margin-bottom: 0;
}
}