mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
23 lines
343 B
SCSS
23 lines
343 B
SCSS
/* # WooCommerce Breadcrumb
|
|
---------------------------------------------------------------------------------------------------- */
|
|
|
|
.woocommerce .woocommerce-breadcrumb {
|
|
margin-bottom: 40px;
|
|
font-size: 18px;
|
|
font-size: 1.8rem;
|
|
|
|
&,
|
|
a {
|
|
color: #000;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
|
|
&:focus,
|
|
&:hover {
|
|
color: #0073e5;
|
|
}
|
|
}
|
|
}
|