yapi/client/components/Breadcrumb/Breadcrumb.scss
System Administrator 362172ef52 fix: bug修复
2017-09-14 18:19:13 +08:00

25 lines
413 B
SCSS
Executable File

@import '../../styles/mixin.scss';
.breadcrumb-container {
.ant-breadcrumb {
font-size: 16px;
float: left;
color: #fff;
padding-left: 64px;
}
.ant-breadcrumb a {
color: #fff;
&:hover {
color: $color-blue
}
}
.ant-breadcrumb > span:last-child {
color: #fff;
font-weight: normal;
}
.ant-breadcrumb-separator {
color: #fff;
font-weight: normal;
}
}