mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
23 lines
273 B
SCSS
23 lines
273 B
SCSS
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.request-switcher {
|
|
ul {
|
|
|
|
}
|
|
|
|
.btn:hover {
|
|
background: $hl-xs;
|
|
}
|
|
|
|
.btn.focus {
|
|
background: $hl-sm;
|
|
}
|
|
|
|
.tag {
|
|
width: 3em;
|
|
text-align: left;
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|