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.

29 lines
380 B

@breadcrumb-prefix-cls: ant-breadcrumb;
.@{breadcrumb-prefix-cls} {
color: #999;
font-size: 12px;
10 years ago
a {
color: #666;
}
& > span:last-child {
font-weight: bold;
color: #666;
}
& > span:last-child &-separator {
display: none;
}
&-separator {
margin: 0 8px;
color: @border-color-base;
}
.anticon + span {
margin-left: 4px;
}
}