pulsar/static/scaffolding.less
2016-06-01 11:34:40 +09:00

35 lines
540 B
Plaintext

@import "ui-variables";
@import "octicon-mixins";
//
// Octicon font
// --------------------------------------------------
@font-face { .octicon-font(); }
//
// Scaffolding
// --------------------------------------------------
*,
*:before,
*:after {
box-sizing: border-box; // Reset the box-sizing
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
html {
font-family: @font-family;
font-size: @font-size;
line-height: 1.428571429; // 20/14
color: @text-color;
background-color: @app-background-color;
}