19 lines
314 B
Plaintext
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;
|
|
}
|