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

25 lines
374 B
SCSS

@charset "utf-8";
@import "../initial";
.widget-breadcrumb {
.list-inline.breadcrumb{
margin-bottom: 15px;
margin-left: 0;
}
&.widget1 {
li {
a {
font-size: 0.8125rem;
color: $theme-color-main;
}
&:last-child {
a {
color: $theme-gray-dark;
pointer-events: none;
}
}
}
}
}