io.parrots
Version:
Parrots.io App
48 lines (47 loc) • 1.35 kB
text/less
.parrots-page-services-page {
display: flex;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
>.wrapper-services-left {
.wrapper-page-left();
z-index: 3;
>.menu-services {
.wrapper-under-line(72pt);
align-items: center;
&:hover {
background-color: extract(@CLR_1, 7);
}
>.img-services {
margin-left: 15px;
width: 40px;
height: 40px;
}
>.wrapper-title-services {
display: inline-block;
padding-left: 5%;
>.services-text-title {
display: flex;
font-weight: bold;
height: 20px;
margin-bottom: 4px;
width: 200px;
}
>.services-text-description {
display: flex;
color: extract(@CLR_1, 3);
font-size: 8pt;
height: 16px;
width: 200px;
}
}
}
.selected {
background-color: extract(@CLR_1, 8);
}
}
>.wrapper-services-right {
.wrapper-page-right();
}
}