Skip to content

Commit

Permalink
Mergie
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed May 14, 2020
2 parents 7d2b29d + 29027c4 commit d3379fe
Show file tree
Hide file tree
Showing 60 changed files with 2,548 additions and 452 deletions.
732 changes: 732 additions & 0 deletions packages/insomnia-app/.storybook/preview-head.html

Large diffs are not rendered by default.

42 changes: 36 additions & 6 deletions packages/insomnia-app/app/ui/css/layout/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,50 @@ body {
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height: var(--font-line-height-md);
}

h1 {
font-size: var(--font-size-xxl);
font-size: var(--font-size-xxxl);
font-weight: var(--font-weight-regular);
}

h2 {
font-size: var(--font-size-xl);
font-size: var(--font-size-xxl);
font-weight: var(--font-weight-regular);
}

h3 {
font-size: var(--font-size-xl);
font-weight: var(--font-weight-medium);
}

h4 {
font-size: var(--font-size-lg);
font-weight: var(--font-weight-medium);
}

h5 {
font-size: var(--font-size-md);
font-weight: var(--font-weight-medium);
}

h6 {
font-size: var(--font-size-xs);
font-weight: var(--font-weight-bold);
text-transform: uppercase;
}

p {
font-size: var(--font-size-md);
font-weight: var(--font-weight-regular);
line-height: var(--font-line-height-lg);
}

p,
Expand Down Expand Up @@ -68,10 +102,6 @@ label {
padding-top: var(--padding-xs);
}

p {
line-height: 1.7em;
}

ul.ul--pretty {
list-style: disc;
padding-left: var(--padding-lg);
Expand Down
3 changes: 2 additions & 1 deletion packages/insomnia-components/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
addons: [
'@storybook/addon-knobs/register',
'@storybook/addon-contexts/register',
]
'storybook-addon-designs/register',
],
};
Loading

0 comments on commit d3379fe

Please sign in to comment.