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

27 lines
408 B
SCSS
Raw Normal View History

2023-03-26 01:43:40 +00:00
@charset "utf-8";
@import "../initial";
.breadcrumb {
2023-04-14 12:56:32 +00:00
background: none;
2023-03-26 01:43:40 +00:00
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;
}
}
}
}
}