mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
16 lines
243 B
SCSS
16 lines
243 B
SCSS
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
#request {
|
|
background: $bg-dark;
|
|
|
|
.header {
|
|
background: $bg-super-light;
|
|
border-right: 1px solid $bg-light;
|
|
}
|
|
|
|
.url-input {
|
|
font-size: $font-size-lg;
|
|
}
|
|
}
|