From a84cb76da742c0928a3c72b8ff967b8313f0d269 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 5 Aug 2022 00:30:33 +0200 Subject: refactor: Update shared base styles --- .../src/styles/custom-style/_spacing.scss | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'apps/web-shared/src/styles/custom-style/_spacing.scss') 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 -- cgit v1.3