UNPKG

500 BSCSSView Raw
1$breadcrumb-item-color: $color-tomato;
2$breadcrumb-item-active-color: $color-dark-slate-gray;
3$breadcrumb-item-hover-color: $color-tomato;
4$breadcrumb-item-padding-horizontal: $space-small;
5$breadcrumb-item-separator-color: $color-gray;
6
7@import "bulma/sass/components/breadcrumb.sass";
8
9nav.breadcrumb > ul {
10 font-size: $font-size-caption;
11 font-weight: 600;
12
13 li+li:before {
14 font-family: "Vocabulary Icons";
15 content: "\e901";
16 }
17
18 li:hover {
19 text-underline-position: below;
20 }
21}