orbit4-5/app/templates/nccu/assets/stylesheets/template/widget/breadcrumb.scss

14 lines
196 B
SCSS

@import "../initial";
.widget-breadcrumb {
&.widget1 {
li {
&:last-child {
a {
color: $theme-gray-dark;
pointer-events: none;
}
}
}
}
}