mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
22 lines
375 B
SCSS
22 lines
375 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);
|
|
}
|
|
|
|
body {
|
|
padding: 0 !important;
|
|
}
|