com.phloxui
Version:
PhloxUI Ng2+ Framework
17 lines (15 loc) • 346 B
text/less
// Mixin
.phlox-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 "PhloxAppSwitcher";