mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
49 lines
694 B
SCSS
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);
|
|
}
|