Files
h5ai/src/_h5ai/public/css/lib/view/root.less
2024-10-26 17:19:34 +00:00

19 lines
314 B
Plaintext

#root {
.flex-column;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
background: @col-back;
line-height: 1.4;
}
#root, input, select {
font-family: @font-family;
font-size: @font-size;
font-weight: @font-weight;
color: @col-text;
}