mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04: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;
|
|
}
|
|
}
|