mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10 lines
166 B
SCSS
10 lines
166 B
SCSS
|
@import '../constants/colors';
|
||
|
@import '../constants/dimensions';
|
||
|
|
||
|
.request-pane {
|
||
|
.request-pane__shortcuts-table {
|
||
|
color: $hl-xxl;
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|