ant-design/style/components/breadcrumb.less
afc163 11555d3eb1 Update style for adjust iconfont baseline again
Finally, we can say goodbye to top:-1px and top:1px
2015-11-17 16:14:11 +08:00

29 lines
361 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 &-slash {
display: none;
}
&-slash {
margin: 0 8px;
color: #d9d9d9;
}
.anticon + span {
margin-left: 4px;
}
}