mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-19 14:43:59 +09:00
30 lines
568 B
SCSS
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;
|
|
}
|
|
}
|