insomnia/app/css/components/requestswitcher.scss
2016-07-20 16:16:28 -07:00

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;
}
}