io.parrots
Version:
Parrots.io App
47 lines (46 loc) • 1.19 kB
text/less
.parrots-page-printing-page {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: extract(@CLR_1, 8);
>.wrapper-menu-printing {
.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-printing {
display: flex;
margin-left: 5%;
cursor: pointer;
height: 100%;
align-items: center;
}
.selected {
color: @CLR_BRAND;
}
}
.wrapper-menu-printing-right {
display: flex;
position: absolute;
width: 270px;
height: 72pt;
right: 0;
z-index: 2;
>.icon-add-preload {
display: flex;
width: 185px;
height: 100%;
justify-content: center;
align-items: center;
&:before {
content: "";
.text-preload(120px, 32pt, extract(@CLR_1, 7));
}
}
}
}