mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
.request-pane {
|
|
.request-pane__shortcuts-table {
|
|
color: @hl-xl;
|
|
text-align: left;
|
|
}
|
|
}
|