25 lines
428 B
Plaintext
25 lines
428 B
Plaintext
#root {
|
|
.flex-column;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
background: @col-back;
|
|
}
|
|
|
|
#root, input, select {
|
|
font-family: @font-family;
|
|
font-size: @font-size;
|
|
font-weight: @font-weight;
|
|
color: @col-text;
|
|
}
|
|
|
|
pre, code {
|
|
font-family: @font-family-mono;
|
|
font-size: @font-size-mono;
|
|
font-weight: @font-weight;
|
|
color: @col-text;
|
|
}
|