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

33 lines
594 B
SCSS

@charset "utf-8";
@import "../initial";
.breadcrumb {
background-color:#efefef;
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
padding: 0 0.9375em 0.25em 0.9375em;
margin-bottom: 0;
a:link, a:visited { color: $theme-color-main; }
}
.breadcrumb>li+li:before {
color: $theme-color-main;
padding: 0;
font-size: medium;
}
.widget-breadcrumb {
&.widget1 {
li {
a {
font-size: 0.8125rem;
}
&:last-child {
a {
color: $theme-color-main;
pointer-events: none;
}
}
}
}
}