From 341ec9dfc06ed600036efc4ea4dd8b2c421070da Mon Sep 17 00:00:00 2001 From: hobbes7878 Date: Thu, 28 Nov 2024 14:07:14 +0000 Subject: [PATCH] prettier --- src/docs/docs-components/CopyColourTable/styles.module.scss | 6 ++++-- .../ThemeBuilder/NewTheme/styles.module.scss | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/docs/docs-components/CopyColourTable/styles.module.scss b/src/docs/docs-components/CopyColourTable/styles.module.scss index 59b310af..9cb8de33 100644 --- a/src/docs/docs-components/CopyColourTable/styles.module.scss +++ b/src/docs/docs-components/CopyColourTable/styles.module.scss @@ -134,7 +134,7 @@ $header: #5e81ac; .importsnippet :global { max-width: 600px; position: relative; - + p { font-size: 0.8rem; line-height: 1; @@ -147,7 +147,9 @@ $header: #5e81ac; } pre { - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23) !important; + box-shadow: + 0 5px 10px rgba(0, 0, 0, 0.19), + 0 3px 3px rgba(0, 0, 0, 0.23) !important; margin-top: 0 !important; border-radius: 4px; border: 1px solid hsla(203, 50%, 30%, 0.15); diff --git a/src/docs/docs-components/ThemeBuilder/NewTheme/styles.module.scss b/src/docs/docs-components/ThemeBuilder/NewTheme/styles.module.scss index 8d7de894..51187024 100644 --- a/src/docs/docs-components/ThemeBuilder/NewTheme/styles.module.scss +++ b/src/docs/docs-components/ThemeBuilder/NewTheme/styles.module.scss @@ -8,7 +8,9 @@ } pre { - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important; + box-shadow: + 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23) !important; border: 0 !important; padding: 1em 1.5em !important; }