io.parrots
Version:
Parrots.io App
44 lines (43 loc) • 1.14 kB
text/less
.parrots-page-system-info {
display: inline-block;
height: 100%;
width: 100%;
>.wrapper-menu-system-info {
.wrapper-under-line(72pt);
position: absolute;
box-shadow: 0px 2px 4px extract(@CLR_1, 6);
align-items: center;
font-weight: bold;
z-index: 2;
cursor: unset;
.selected {
color: @CLR_BRAND;
}
>.menu-item {
display: flex;
padding-left: 4.5%;
justify-content: center;
align-items: center;
height: 100%;
cursor: pointer;
}
>.menu-item-none {
display: flex;
padding-left: 4.5%;
justify-content: center;
align-items: center;
height: 100%;
color: extract(@CLR_1, 4);
}
}
>.wrapper-phx-component {
display: flex;
position: absolute;
padding-top: 72pt;
width: 100%;
height: 100%;
}
}
@import "./systemInfo/InstanceInfo";
@import "./systemInfo/NodeInfo";
@import "./systemInfo/AutoScale";