ant-design/style/components/breadcrumb.less

29 lines
361 B
Plaintext
Raw Normal View History

2015-08-20 16:55:42 +08:00
@breadcrumb-prefix-cls: ant-breadcrumb;
2015-07-01 20:44:19 +08:00
2015-08-20 16:55:42 +08:00
.@{breadcrumb-prefix-cls} {
2015-07-01 20:44:19 +08:00
color: #999;
font-size: 12px;
2015-07-02 18:33:37 +08:00
a {
2015-07-01 20:44:19 +08:00
color: #666;
}
2015-07-02 17:22:26 +08:00
& > span:last-child {
2015-07-01 20:44:19 +08:00
font-weight: bold;
color: #666;
}
2015-07-02 17:22:26 +08:00
& > span:last-child &-slash {
display: none;
}
2015-07-01 20:44:19 +08:00
&-slash {
margin: 0 8px;
color: #d9d9d9;
}
2015-07-01 21:24:04 +08:00
.anticon + span {
margin-left: 4px;
2015-07-01 21:24:04 +08:00
}
2015-07-01 20:44:19 +08:00
}