mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
34 lines
414 B
Plaintext
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;
|
|
}
|
|
}
|