camunda-modeler
Version:
Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io
47 lines (31 loc) • 593 B
text/less
.multi-editor-tab {
.no-user-select;
align-self: stretch;
height: 100%;
> content {
.flex-container(row);
}
}
.tabbed {
height: 100%;
&.multi-editor-tab {
position: relative;
> .tabs {
position: absolute;
bottom: 0;
margin-bottom: -22px;
margin-left: 5px;
line-height: 20px;
> .tab {
margin: 0 0 0 5px;
padding: 0 9px;
border: solid 1px #CCC;
border-radius: 0 0 2px 2px;
outline: none;
&.active {
border-top-color: transparent;
}
}
}
}
}