antd
Version:
An enterprise-class UI design language and React-based implementation
27 lines (26 loc) • 478 B
CSS
.ant-breadcrumb {
color: #999;
font-size: 12px;
}
.ant-breadcrumb a {
color: #666;
-webkit-transition: color .3s;
transition: color .3s;
}
.ant-breadcrumb a:hover {
color: #57c5f7;
}
.ant-breadcrumb > span:last-child {
font-weight: bold;
color: #666;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
display: none;
}
.ant-breadcrumb-separator {
margin: 0 8px;
color: #d9d9d9;
}
.ant-breadcrumb-link > .anticon + span {
margin-left: 4px;
}