mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
16 lines
217 B
SCSS
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;
|
|
}
|
|
}
|
|
|