pulsar/static/scaffolding.less
2018-11-23 14:51:14 +09:00

28 lines
407 B
Plaintext

@import "ui-variables";
//
// 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;
}