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.

41 lines
671 B

@import "../../style/themes/default";
@import "../../style/mixins/index";
@breadcrumb-prefix-cls: ~"@{ant-prefix}-breadcrumb";
.@{breadcrumb-prefix-cls} {
.reset-component;
color: @text-color-secondary;
.@{iconfont-css-prefix} {
font-size: @font-size-sm;
}
10 years ago
a {
color: @text-color-secondary;
8 years ago
transition: color .3s;
&:hover {
color: @primary-5;
}
}
& > span:last-child {
color: @text-color;
}
& > span:last-child &-separator {
display: none;
}
&-separator {
margin: 0 @padding-xs;
color: @text-color-secondary;
}
&-link {
> .@{iconfont-css-prefix} + span {
margin-left: 4px;
}
}
}