insomnia/app/ui/css/components/requestswitcher.less
2017-01-23 14:41:31 -08:00

20 lines
270 B
Plaintext

@import '../constants/dimensions';
@import '../constants/colors';
.request-switcher {
.btn:hover {
background: @hl-sm;
}
.btn.focus {
background: @hl-sm;
}
.tag {
width: 4em;
padding-left: 0;
margin-right: 0;
text-align: left;
}
}