AsiaV2d/assets/stylesheets/template/widget/breadcrumb.scss

20 lines
264 B
SCSS

@charset "utf-8";
@import "../initial";
.widget-breadcrumb {
&.widget1 {
li {
a {
font-size: 0.8125rem;
}
&:last-child {
a {
color: $theme-gray-dark;
pointer-events: none;
}
}
}
}
}