pulsar/static/workspace-view.less
2016-02-01 11:34:08 -08:00

39 lines
599 B
Plaintext

@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;
}
}