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

31 lines
481 B
SCSS

@charset "utf-8";
@import "../initial";
.breadcrumb {
background: none;
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;
}
}
}
}
}
.breadcrumb-wrap{
padding-right: 0.9375em;
padding-left: 0.9375em;
}