mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-07 14:16:52 +08:00
7 lines
116 B
SCSS
7 lines
116 B
SCSS
@import '../../styles/mixin.scss';
|
|
|
|
.breadcrumb-container {
|
|
@include row-width-limit;
|
|
margin: 16px auto -8px;
|
|
}
|