fork-reap-design
Version:
A high quality UI components Library with Vue.js
31 lines • 609 B
text/less
.departList-wrap {
.depart-item-name-text {
display: inline-block;
margin-right: 10px;
font-size: 14px;
vertical-align: middle;
}
.depart-item-custom-input {
vertical-align: bottom;
}
}
.del-depart-icon {
padding: 0 9px;
color: red;
cursor: pointer;
&:hover {
color: tint(red, 30%);
}
&:active {
color: tint(red, 20%);
}
&:focus {
box-shadow: 0 0 0 2px rgba(45,140,240,.2);
}
}
.aui-search-add-text {
cursor: pointer;
font-size: 14px;
font-weight: 700;
color: @primary-color;
}