mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
* 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;
|
|
}
|
|
}
|