pulsar/static/workspace-view.less
2015-09-14 13:18:57 -04:00

47 lines
720 B
Plaintext

@import "ui-variables";
@import "octicon-mixins";
@font-face { .octicon-font(); }
html {
font: menu;
font-size: @font-size;
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
atom-workspace {
display: block;
height: 100%;
overflow: hidden;
position: relative;
color: @text-color;
background-color: @app-background-color;
font: menu;
font-size: inherit;
line-height: inherit;
atom-workspace-axis.horizontal {
display: -webkit-flex;
height: 100%;
}
atom-workspace-axis.vertical {
display: -webkit-flex;
-webkit-flex: 1;
-webkit-flex-flow: column;
}
}
& when not (@font-family = '') {
html,
atom-workspace {
font-family: @font-family;
}
}