insomnia/app/css/components/response.scss

12 lines
160 B
SCSS
Raw Normal View History

2016-03-16 05:49:42 +00:00
@import '../constants/colors';
#response {
2016-03-20 04:00:40 +00:00
.pane__header {
2016-03-18 21:31:45 +00:00
.tag { // HACK: Find some way to center this vertically
margin-top: -4px;
2016-03-16 23:34:25 +00:00
}
2016-03-16 05:49:42 +00:00
}
}