mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
19 lines
280 B
SCSS
19 lines
280 B
SCSS
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.request-switcher {
|
|
.btn:hover {
|
|
background: $hl-xs;
|
|
}
|
|
|
|
.btn.focus {
|
|
background: $hl-sm;
|
|
}
|
|
|
|
.tag {
|
|
width: 4.5em;
|
|
border: 1px solid !important;
|
|
padding: $padding-xxs !important;
|
|
}
|
|
}
|