mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-07 18:37:26 +08:00
20 lines
289 B
SCSS
20 lines
289 B
SCSS
.breadcrumb-item {
|
|
display: inline-block;
|
|
margin-left: -4px;
|
|
white-space: nowrap;
|
|
list-style: none;
|
|
|
|
&::after {
|
|
padding-right: 0.5em;
|
|
padding-left: 0.5em;
|
|
color: $border-gray;
|
|
content: "/";
|
|
}
|
|
}
|
|
|
|
.breadcrumb-item-selected {
|
|
&::after {
|
|
content: none;
|
|
}
|
|
}
|