tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
40 lines (37 loc) • 839 B
text/less
.tnt-page-v-container.tnt-current-v3 {
background: transparent;
padding: 0;
.bread-crumb-head{
background: transparent;
padding: 0;
}
.ant-breadcrumb{
height: 40px;
line-height: 40px;
i.anticon-left{
font-size: 20px;
color: @text-color-secondary;
margin-right: 4px;
vertical-align: -.25em;
}
.ant-breadcrumb-separator{
margin: 0 6px;
}
> span:not(:last-of-type){
*,a{
color: @table-disabled-row-text-color;
}
}
}
}
.tnt-themeS3,.tnt-themeS2{
.tnt-page-v-container.tnt-current-v3 {
.ant-breadcrumb{
> span{
*,a{
color:#fff;
}
}
}
}
}