ant-design/components/breadcrumb/style/index.less
2016-07-25 11:57:37 +08:00

37 lines
554 B
Plaintext

@import "../../style/themes/default";
@breadcrumb-prefix-cls: ant-breadcrumb;
.@{breadcrumb-prefix-cls} {
color: #999;
font-size: @font-size-base;
a {
color: @text-color;
transition: color .3s;
&:hover {
color: tint(@primary-color, 20%);
}
}
& > span:last-child {
font-weight: bold;
color: @text-color;
}
& > span:last-child &-separator {
display: none;
}
&-separator {
margin: 0 8px;
color: @border-color-base;
}
&-link {
> .anticon + span {
margin-left: 4px;
}
}
}