@charset "utf-8"; @import "../initial"; .breadcrumb { background: none; margin: 0; a:link, a:visited { color: $theme-color-main; } } .breadcrumb>li+li:before { color: $theme-color-main; } .widget-breadcrumb { &.widget1 { li { a { font-size: 0.8125rem; } &:last-child { a { color: $theme-color-main; pointer-events: none; } } } } }