mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
24 lines
342 B
SCSS
24 lines
342 B
SCSS
@use './fonts.scss';
|
|
@use '../src/css/base.scss';
|
|
@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;
|
|
}
|
|
|
|
.story {
|
|
padding: 2rem;
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|