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