12 lines
173 B
SCSS
12 lines
173 B
SCSS
|
.widget-breadcrumb {
|
||
|
&.widget1 {
|
||
|
li {
|
||
|
&:last-child {
|
||
|
a {
|
||
|
color: $theme-gray-dark;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|