yapi/client/components/Breadcrumb/Breadcrumb.scss

25 lines
413 B
SCSS
Raw Normal View History

2017-07-28 17:30:56 +08:00
@import '../../styles/mixin.scss';
.breadcrumb-container {
2017-08-28 17:24:17 +08:00
.ant-breadcrumb {
font-size: 16px;
float: left;
color: #fff;
2017-09-14 18:19:13 +08:00
padding-left: 64px;
2017-08-28 17:24:17 +08:00
}
2017-08-28 18:12:13 +08:00
.ant-breadcrumb a {
color: #fff;
&:hover {
color: $color-blue
}
}
2017-08-28 17:24:17 +08:00
.ant-breadcrumb > span:last-child {
color: #fff;
font-weight: normal;
}
.ant-breadcrumb-separator {
color: #fff;
font-weight: normal;
}
2017-07-28 17:30:56 +08:00
}