io.parrots
Version:
Parrots.io App
42 lines (41 loc) • 1.1 kB
text/less
.parrots-page-storage {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: extract(@CLR_1, 8);
>.wrapper-head-storage {
display: flex;
position: absolute;
width: 100%;
height: 72pt;
>.wrapper-menu-storage {
display: flex;
width: 100%;
height: 100%;
background-color: extract(@CLR_1, 9);
box-shadow: 0px 2px 4px 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-storage {
display: flex;
margin-left: 5%;
cursor: pointer;
height: 100%;
align-items: center;
}
.selected {
color: @CLR_BRAND;
}
}
}
.icon-sql {
width: 25px;
height: 25px;
min-width: 25px;
margin-left: 16px;
}
}