insomnia/app/css/components/requestswitcher.scss
2016-07-20 11:35:08 -07:00

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