mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
5068cee2cd
* Add recent requests hotkey and sort requests by most recent in switcher * Fix a bunch of Flow errors
24 lines
345 B
Plaintext
24 lines
345 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.request-switcher {
|
|
.btn {
|
|
padding: @padding-xs @padding-md;
|
|
}
|
|
|
|
.btn:hover {
|
|
background: @hl-xs;
|
|
}
|
|
|
|
.btn.focus {
|
|
background: @hl-sm;
|
|
}
|
|
|
|
.tag {
|
|
width: auto;
|
|
padding-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
text-align: left;
|
|
}
|
|
}
|