ant-design/style/components/breadcrumb.less
2015-07-09 18:24:41 +08:00

34 lines
414 B
Plaintext

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