insomnia/app/ui/css/components/request-pane.less
Gregory Schier 8452e8b777 Some eslint refactoring (#109)
* Fixed duplication kve bug

* Some changes

* Add proptypes linting

* Fixed proptypes even more

* Filename linting
2017-03-07 21:52:17 -08:00

10 lines
165 B
Plaintext

@import '../constants/colors';
@import '../constants/dimensions';
.request-pane {
.request-pane__shortcuts-table {
color: @hl-xl;
text-align: left;
}
}