mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
25 lines
413 B
SCSS
Executable File
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;
|
|
}
|
|
}
|