mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
12 lines
187 B
SCSS
12 lines
187 B
SCSS
@import '../../styles/common.scss';
|
|
|
|
|
|
.follow-box{
|
|
padding: 24px;
|
|
background-color: #FFF;
|
|
.follow-container{
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
}
|
|
|
|
} |