mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
15 lines
223 B
SCSS
Executable File
15 lines
223 B
SCSS
Executable File
@import '../../styles/common.scss';
|
|
@import '../../styles/mixin.scss';
|
|
|
|
|
|
.follow-box{
|
|
padding: 24px;
|
|
background-color: #fff;
|
|
margin-top: 32px;
|
|
}
|
|
|
|
.card-panel {
|
|
border-radius: 4px;
|
|
box-shadow: $box-shadow-panel;
|
|
}
|