insomnia/app/css/components/requestswitcher.scss

23 lines
273 B
SCSS
Raw Normal View History

2016-07-20 18:35:08 +00:00
@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;
}
}