mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
14 lines
195 B
SCSS
14 lines
195 B
SCSS
.interface-test {
|
|
.interface-name {
|
|
font-size: 24px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.icon-btn {
|
|
cursor: pointer;
|
|
margin-left: 6px;
|
|
}
|
|
.icon-btn:hover {
|
|
color: #108ee9;
|
|
}
|
|
}
|