diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
| commit | fae5653b9d6c6a318e49217eb4d565252013a904 (patch) | |
| tree | b7bc9c656e0b26fc6289a16a2357462c85e285e1 /apps/web-shared/src/styles/custom-style/_spacing.scss | |
| parent | 6187962d0aad866edc7cd4ef3f2b828fa84ce670 (diff) | |
| parent | 7f4545d78d4e49ff0dee79e71b71ad7d5d6bacdc (diff) | |
| download | greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.tar.xz greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.zip | |
Merge branch 'tailwind'
Diffstat (limited to 'apps/web-shared/src/styles/custom-style/_spacing.scss')
| -rw-r--r-- | apps/web-shared/src/styles/custom-style/_spacing.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/apps/web-shared/src/styles/custom-style/_spacing.scss b/apps/web-shared/src/styles/custom-style/_spacing.scss index 56cd451..d78d897 100644 --- a/apps/web-shared/src/styles/custom-style/_spacing.scss +++ b/apps/web-shared/src/styles/custom-style/_spacing.scss @@ -11,20 +11,20 @@ // --space-unit: 1rem; // } - :root, * { - --space-xxxxs: calc(0.125 * var(--space-unit)); - --space-xxxs: calc(0.25 * var(--space-unit)); - --space-xxs: calc(0.375 * var(--space-unit)); - --space-xs: calc(0.5 * var(--space-unit)); - --space-sm: calc(0.75 * var(--space-unit)); - --space-md: calc(1.25 * var(--space-unit)); - --space-lg: calc(2 * var(--space-unit)); - --space-xl: calc(3.25 * var(--space-unit)); - --space-xxl: calc(5.25 * var(--space-unit)); - --space-xxxl: calc(8.5 * var(--space-unit)); - --space-xxxxl: calc(13.75 * var(--space-unit)); - --component-padding: var(--space-sm); - } +// :root, * { +// --space-xxxxs: calc(0.125 * var(--space-unit)); +// --space-xxxs: calc(0.25 * var(--space-unit)); +// --space-xxs: calc(0.375 * var(--space-unit)); +// --space-xs: calc(0.5 * var(--space-unit)); +// --space-sm: calc(0.75 * var(--space-unit)); +// --space-md: calc(1.25 * var(--space-unit)); +// --space-lg: calc(2 * var(--space-unit)); +// --space-xl: calc(3.25 * var(--space-unit)); +// --space-xxl: calc(5.25 * var(--space-unit)); +// --space-xxxl: calc(8.5 * var(--space-unit)); +// --space-xxxxl: calc(13.75 * var(--space-unit)); +// --component-padding: var(--space-md); +// } @include breakpoint(md) { :root, * { @@ -46,4 +46,4 @@ // (END) Global editor code -// -------------------------------- +// --------------------------------
\ No newline at end of file |
