insomnia/app/css/components/requestswitcher.scss

19 lines
280 B
SCSS
Raw Normal View History

2016-07-20 18:35:08 +00:00
@import '../constants/dimensions';
@import '../constants/colors';
.request-switcher {
.btn:hover {
background: $hl-xs;
}
.btn.focus {
background: $hl-sm;
}
.tag {
2016-07-20 21:15:11 +00:00
width: 4.5em;
border: 1px solid !important;
2016-07-20 23:16:28 +00:00
padding: $padding-xxs !important;
2016-07-20 18:35:08 +00:00
}
}