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