@ttk/component
Version:
ttk组件库
28 lines (27 loc) • 683 B
text/less
.@{mk-prefix}-breadcrumb {
font-family: "微软雅黑";
&.@{ant-prefix}-breadcrumb {
& i {
display: inline-block;
}
& a {
line-height: 48px;
height: 48px;
color: #006cda;
}
.@{ant-prefix}-breadcrumb-separator {
&::before{
content: "\e9da";
font-family: "fsicon" ;
}
& #text{
display: none;
}
margin: 05px;
color: #d1d3d8;
}
& > span:last-child {
color: @text-color-secondary;
}
}
}