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