yapi/client/containers/Project/Interface/InterfaceList/Run.scss
2017-08-15 16:34:41 +08:00

31 lines
458 B
SCSS

.interface-test {
.has-plugin, .req-part, .resp-part {
margin: 8px;
}
.url {
display: flex;
margin-bottom: 24px;
}
.key-value-wrap {
display: flex;
align-items: center;
margin: 0 0 5px 0;
.key {
flex-basis: 220px;
}
.value {
flex-grow: 1;
}
.eq-symbol {
margin: 0 5px;
}
}
.icon-btn {
cursor: pointer;
margin-left: 6px;
}
.icon-btn:hover {
color: #108ee9;
}
}