insomnia/app/ui/css/components/requestswitcher.less

20 lines
270 B
Plaintext
Raw Normal View History

2016-07-20 18:35:08 +00:00
@import '../constants/dimensions';
@import '../constants/colors';
.request-switcher {
.btn:hover {
2016-08-29 17:58:59 +00:00
background: @hl-xs;
2016-07-20 18:35:08 +00:00
}
.btn.focus {
2016-08-29 17:58:59 +00:00
background: @hl-sm;
2016-07-20 18:35:08 +00:00
}
.tag {
width: 4em;
padding-left: 0;
margin-right: 0;
text-align: left;
2016-07-20 18:35:08 +00:00
}
}