mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
29 lines
380 B
Plaintext
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;
|
|
}
|
|
}
|