fx-form-widget
Version:
23 lines (20 loc) • 334 B
text/less
.separator_wrap {
width: 100%;
margin-top: 16px;
.separator_content {
margin-top: 10px;
margin-bottom: 10px;
}
.dotted {
border-bottom: 1px dashed #e0e3e9;
}
.solid {
border-bottom: 1px solid #e0e3e9;
}
.crudeSolid {
border-bottom: 2px solid #e0e3e9;
}
.lineNone {
display: none;
}
}