mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
* Fixed duplication kve bug * Some changes * Add proptypes linting * Fixed proptypes even more * Filename linting
20 lines
270 B
Plaintext
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;
|
|
}
|
|
}
|