mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
13 lines
222 B
SCSS
13 lines
222 B
SCSS
|
@use "./fonts.scss";
|
||
|
|
||
|
@use "~/theme/src/base.scss" with (
|
||
|
$font-path: '~element-ui/lib/theme-chalk/fonts',
|
||
|
);
|
||
|
|
||
|
@use "~/theme/src/reset.scss";
|
||
|
@use "~/theme/src/index.scss";
|
||
|
|
||
|
.multi-container > * {
|
||
|
margin-bottom: 10px;
|
||
|
}
|