@statusBarHeight: 30px; @fontColor: #000; .statusbar { box-sizing: border-box; * { box-sizing: border-box; } border-top: 1px solid @gray-dark; height: @statusBarHeight; min-height: @statusBarHeight; display: flex; flex-direction: row; .box-tabs { flex-grow: 1; } .button { border: 0 none; color: #000; font-size: 18px; line-height: inherit; } i.icon { width: 22px; height: 22px; &.icon-plus { .encoded-svg-background(''); } } } .box-tabs { ul { margin: 0; padding: 0; white-space: nowrap; > li { list-style: none; display: inline; &:not(.active) { a { color: #848484; } } a { display: inline-block; padding: 0 10px 0; line-height: @statusBarHeight; margin-right: -1px; background-color: #f1f1f1; outline: none; border: 1px solid #cbcbcb; border-top: 0 none; border-bottom: 0 none; color: #000; height: 100%; &:hover { cursor: pointer; } } } } }