insomnia/app/css/components/response.scss
2016-03-22 11:20:05 -07:00

16 lines
217 B
SCSS

@import '../constants/colors';
#response {
.pane__header {
.tag { // HACK: Find some way to center this vertically
margin-top: -4px;
}
}
.pane__header, .pane__body {
border-right: 0;
}
}