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
417 B
33 lines
417 B
@breadcrumb-prefix-cls: ant-breadcrumb;
|
|
|
|
.@{breadcrumb-prefix-cls} {
|
|
color: #999;
|
|
font-size: 12px;
|
|
|
|
a {
|
|
color: #666;
|
|
}
|
|
|
|
& > span:last-child {
|
|
font-weight: bold;
|
|
color: #666;
|
|
}
|
|
|
|
& > span:last-child &-slash {
|
|
display: none;
|
|
}
|
|
|
|
&-slash {
|
|
margin: 0 8px;
|
|
color: #d9d9d9;
|
|
}
|
|
|
|
.anticon {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.anticon + span {
|
|
margin-left: 6px;
|
|
}
|
|
}
|
|
|