io.parrots
Version:
Parrots.io App
17 lines (15 loc) • 350 B
text/less
// Mixin
.parrots-layout-menu-top-btn(@width: @MENU_TOP_BTN_WIDTH) {
position: relative;
height: @APP_PANE_HEIGHT;
width: @width;
cursor: pointer;
border: 0;
border-right: @MENU_TOP_BORDER_THICKNESS solid @CLR_BORDER_COLOR;
// -wrapper
&-wrapper {
position: absolute;
}
}
@import "MenuTopLayout";
@import "ParrotsAppSwitcher";