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

12 lines
173 B
SCSS
Raw Permalink Normal View History

2023-07-17 03:48:05 +00:00
.widget-breadcrumb {
&.widget1 {
li {
&:last-child {
a {
color: $theme-gray-dark;
pointer-events: none;
}
}
}
}
}