mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
7ce5d8fd90
Supersedes https://github.com/n8n-io/n8n/pull/6937 Excluding fixtures and test workflow JSONs to avoid having to update tests.
18 lines
341 B
SCSS
18 lines
341 B
SCSS
@use './fonts.scss';
|
|
|
|
@use '../src/css/base.scss'; // @TODO CHECK IF NEEDED with (
|
|
// $font-path: 'element-ui/lib/theme-chalk/fonts'
|
|
//);
|
|
|
|
@use '../src/css/reset.scss';
|
|
@use '../src/css/index.scss';
|
|
|
|
.multi-container > * {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#storybook-root > div:not([class]) > *,
|
|
#storybook-root > * {
|
|
margin: var(--spacing-5xs);
|
|
}
|