mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
19 lines
325 B
SCSS
19 lines
325 B
SCSS
@import '../../styles/mixin.scss';
|
|
|
|
.breadcrumb-container {
|
|
.ant-breadcrumb {
|
|
font-size: 16px;
|
|
float: left;
|
|
color: #fff;
|
|
padding-left: 40px;
|
|
}
|
|
.ant-breadcrumb > span:last-child {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
.ant-breadcrumb-separator {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
}
|