mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
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;
|
|
}
|
|
}
|