com.phloxui
Version:
PhloxUI Ng2+ Framework
33 lines (26 loc) • 412 B
text/less
phx-tab{
display: block;
height: 100%;
}
.phx-tab{
padding-left: @PHLOX_TAB_PADDING_LEFT;
padding-right: @PHLOX_TAB_PADDING_RIGHT;
.tab-name{
display: table-cell;
vertical-align: middle;
padding-right: 30pt;
}
.tab-vertical-ellipsis{
display: table-cell;
}
&.dirty > .tab-name:before{
content: '*';
}
button {
&.fake{
opacity: 0;
width: 0;
height: 0;
}
}
}