diff options
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 |
