@import "ui-variables"; @import "octicon-mixins"; @font-face { .octicon-font(); } html { font-family: @font-family; font-size: @font-size; } html, body { width: 100%; height: 100%; overflow: hidden; } atom-workspace { display: flex; flex-direction: column; height: 100%; overflow: hidden; position: relative; color: @text-color; background-color: @app-background-color; font-family: @font-family; atom-workspace-axis.horizontal { display: flex; flex: 1; } atom-workspace-axis.vertical { display: flex; flex: 1; flex-direction: column; } }