io.parrots
Version:
Parrots.io App
42 lines (41 loc) • 1.05 kB
text/less
.parrots-page-user-and-group {
width: 100%;
height: 100%;
background-color: extract(@CLR_1, 8);
>.wrapper-user-and-group {
display: flex;
width: 100%;
height: 72pt;
background-color: extract(@CLR_1, 9);
box-shadow: 0px 4px 9px extract(@CLR_1, 6);
border-bottom: 0.7px solid extract(@CLR_1, 7);
align-items: center;
font-weight: bold;
z-index: 2;
position: absolute;
>.link-user-and-group {
display: flex;
margin-left: 5%;
cursor: pointer;
height: 100%;
align-items: center;
}
.selected {
color: @CLR_BRAND;
}
}
}
phx-table {
position: absolute;
width: 100%;
height: 100%;
padding-top: 72pt;
.phx-table-body {
height: 94% ;
margin-top: 0.5px;
}
.phx-table-row.drag-over{
background-color: @CLR_BRAND ;
color: extract(@CLR_1, 9) ;
}
}