mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.query-editor {
|
|
display: grid;
|
|
height: 100%;
|
|
grid-template-rows: auto minmax(0, 1fr) @line-height-md;
|
|
grid-template-columns: 100%;
|
|
|
|
.key-value-editor {
|
|
padding: 0;
|
|
}
|
|
}
|