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

20 lines
264 B
SCSS
Raw Normal View History

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