comindware.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
23 lines (22 loc) • 488 B
CSS
.layout__group__legend {
max-width: calc(100% - 10px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: -9px 0 16px -10px;
padding: 0 10px;
font-size: 11px;
font-weight: 400;
color: #70787f;
background: #fff;
}
.layout__group {
width: calc(100% + 20px);
min-width: 0;
margin: 22px -10px;
padding: 0 25px 16px;
font-size: 12px;
color: #000;
border: 1px solid #a5a4a4;
box-sizing: border-box;
}