18 lines
229 B
SCSS
18 lines
229 B
SCSS
|
|
||
|
//
|
||
|
// breadcrumb.scss
|
||
|
//
|
||
|
|
||
|
|
||
|
// Breadcrumb item arrow
|
||
|
.breadcrumb-item {
|
||
|
> a {
|
||
|
color: $gray-700;
|
||
|
}
|
||
|
+.breadcrumb-item {
|
||
|
&::before {
|
||
|
font-family: "Material Design Icons";
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|