@import "ui-variables"; @import "octicon-mixins"; @font-face { .octicon-font(); } html, body { width: 100%; height: 100%; overflow: hidden; font-family: @font-family; font-size: @font-size; } h1, h2, h3, h4, h5, h6 { font-family: @font-family; } .workspace { height: 100%; overflow: hidden; position: relative; background-color: @app-background-color; font-family: @font-family; .horizontal { display: -webkit-flex; height: 100%; } .vertical { display: -webkit-flex; -webkit-flex: 1; -webkit-flex-flow: column; } }