@import "theme.less";
html {
box-sizing: border-box;
background: @color2;
font-size: 14pt;
}
*,
*:before,
*:after {
box-sizing: inherit;
*:focus {
outline: none;
[onClick] {
cursor: pointer;