insomnia/app/ui/css/components/request-switcher.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

20 lines
270 B
Plaintext

@import '../constants/dimensions';
@import '../constants/colors';
.request-switcher {
.btn:hover {
background: @hl-sm;
}
.btn.focus {
background: @hl-sm;
}
.tag {
width: 4em;
padding-left: 0;
margin-right: 0;
text-align: left;
}
}