You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
485 B
33 lines
485 B
2 years ago
|
@import "../../bootstrap/scss/breadcrumb";
|
||
|
|
||
|
.breadcrumb-navbar {
|
||
|
color: $button-color;
|
||
|
|
||
|
a {
|
||
|
color: inherit;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.breadcrumb-item {
|
||
|
+ .breadcrumb-item::before,
|
||
|
&::before {
|
||
|
width: 10px;
|
||
|
color: #eee;
|
||
|
|
||
|
/* The arrow "U+0203A" (SINGLE RIGHT-POINTING ANGLE QUOTATION MARK) */
|
||
|
content: "\203A";
|
||
|
}
|
||
|
|
||
|
.icon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.breadcrumb-comment {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
}
|