Files
yeuchaybo/assets/scss/woocommerce/_globals.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

49 lines
694 B
SCSS

/* # WooCommerce Globals
---------------------------------------------------------------------------------------------------- */
.woocommerce {
.entry.product {
padding: 0;
}
abbr.required,
ins {
text-decoration: none;
}
span.onsale {
min-height: auto;
border-radius: 0;
background-color: #0073e5;
line-height: 1.75;
}
fieldset {
margin-bottom: 20px;
}
.products .star-rating {
padding: 10px;
}
p.stars {
a,
a:focus,
a:hover {
outline: 0;
}
}
.woocommerce-LoopProduct-link {
display: block;
}
}
.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
width: 100%;
max-width: map_get($breakpoints, lg);
}