ant-design/style/components/breadcrumb.less

31 lines
383 B
Plaintext
Raw Normal View History

2015-07-01 20:44:19 +08:00
@breadcrumbPrefixCls: ant-breadcrumb;
.@{breadcrumbPrefixCls} {
color: #999;
font-size: 12px;
a&-link {
color: #666;
}
> span:last-child {
font-weight: bold;
color: #666;
}
&-slash {
margin: 0 8px;
color: #d9d9d9;
}
2015-07-01 21:24:04 +08:00
.anticon {
font-size: 14px;
position: relative;
top: -1px;
}
.anticon + span {
margin-left: 6px;
}
2015-07-01 20:44:19 +08:00
}