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

12 lines
173 B
SCSS
Executable File

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