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.

35 lines
441 B

@breadcrumbPrefixCls: ant-breadcrumb;
.@{breadcrumbPrefixCls} {
color: #999;
font-size: 12px;
a&-link {
color: #666;
}
& > span:last-child {
font-weight: bold;
color: #666;
}
& > span:last-child &-slash {
display: none;
}
&-slash {
margin: 0 8px;
color: #d9d9d9;
}
.anticon {
font-size: 14px;
position: relative;
top: -1px;
}
.anticon + span {
margin-left: 6px;
}
}