mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
8452e8b777
* Fixed duplication kve bug * Some changes * Add proptypes linting * Fixed proptypes even more * Filename linting
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;
|
|
}
|
|
}
|