mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
12 lines
159 B
SCSS
12 lines
159 B
SCSS
@import '../constants/colors';
|
|
|
|
#response {
|
|
.pane-header {
|
|
|
|
.tag { // HACK: Find some way to center this vertically
|
|
margin-top: -4px;
|
|
}
|
|
}
|
|
}
|
|
|