landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
26 lines (20 loc) • 437 B
text/less
// ButtonGroup
.mce-btn-group .mce-btn {
border-width: 1px 0 1px 1px;
margin: 0;
.border-radius(0);
}
.mce-btn-group .mce-first {
border-left: 1px solid @btn-border-left;
.border-radius(3px 0 0 3px);
}
.mce-btn-group .mce-last {
border-right: 1px solid @btn-border-right;
.border-radius(0 3px 3px 0);
}
.mce-btn-group .mce-first.mce-last {
.border-radius(3px);
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
margin: 0;
}