UNPKG

683 BSCSSView Raw
1.breadcrumb {
2 background-color: transparent; // We dont' use the background color so padding left is not necessary
3 padding-left: 0;
4 .breadcrumb-item {
5 font-weight: $availity-breadcrumb-font-weight;
6 +.breadcrumb-item::before {
7 font-family: $availity-icon-font;
8 font-weight: $availity-breadcrumb-font-weight;
9 content: map-get($availity-icons, "angle-right");
10 }
11 }
12 >.active {
13 font-weight: $availity-breadcrumb-font-weight-active;
14 }
15}
16
17.breadcrumb {
18 +h1,
19 +h2,
20 +h3,
21 +h4,
22 +h5,
23 +h6,
24 +.h1,
25 +.h2,
26 +.h3,
27 +.h4,
28 +.h5,
29 +.h6 {
30 margin-top: 0;
31 }
32}