mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
8 lines
107 B
SCSS
8 lines
107 B
SCSS
@import '../constants/colors';
|
|
|
|
#response-pane {
|
|
.pane__header, .pane__body {
|
|
border-right: 0;
|
|
}
|
|
}
|