io.parrots
Version:
Parrots.io App
27 lines • 663 B
text/less
.parrots-page-bpmn-page {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: extract(@CLR_1, 8);
>.wrapper-menu-bpmn {
.no-select;
.wrapper-under-line(72pt);
cursor: unset;
box-shadow: 0px 2px 4px extract(@CLR_1, 6);
align-items: center;
font-weight: bold;
position: absolute;
z-index: 2;
>.link-bpmn {
display: flex;
margin-left: 5%;
cursor: pointer;
height: 100%;
align-items: center;
}
.selected {
color: @CLR_BRAND;
}
}
}