mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
42e198bf75
* Gruvbox theme * Added Storybook for all components that don't fail in browser
33 lines
443 B
Plaintext
33 lines
443 B
Plaintext
@import '../app/ui/css/index.less';
|
|
|
|
body {
|
|
overflow: auto;
|
|
}
|
|
|
|
#root {
|
|
max-width: 70rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#story-root {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
background: var(--color-bg);
|
|
}
|
|
|
|
.storybook-skinny {
|
|
max-width: 40rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
// Fix for Insomnia style clashing
|
|
.hljs .tag {
|
|
background: none;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: auto;
|
|
}
|