ant-design/style/components/breadcrumb.less
2016-03-04 17:06:39 +08:00

29 lines
380 B
Plaintext

@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 &-separator {
display: none;
}
&-separator {
margin: 0 8px;
color: @border-color-base;
}
.anticon + span {
margin-left: 4px;
}
}