summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/styles/custom-style
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-03 23:01:22 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-03 23:01:22 +0200
commit13827fde30a847ad96f58f458c8d18ce873d3b81 (patch)
treedeb4a29807eccf37c43d264fc2a8e3a5f8c4607f /apps/web-shared/src/styles/custom-style
parent4d075bfdd19daf05fe8f8fe0aa589713e305d73d (diff)
downloadgreatoffice-13827fde30a847ad96f58f458c8d18ce873d3b81.tar.xz
greatoffice-13827fde30a847ad96f58f458c8d18ce873d3b81.zip
refactor: Add a small box-shadow
Diffstat (limited to 'apps/web-shared/src/styles/custom-style')
-rw-r--r--apps/web-shared/src/styles/custom-style/_shared-styles.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/web-shared/src/styles/custom-style/_shared-styles.scss b/apps/web-shared/src/styles/custom-style/_shared-styles.scss
index e9a32b8..c685b46 100644
--- a/apps/web-shared/src/styles/custom-style/_shared-styles.scss
+++ b/apps/web-shared/src/styles/custom-style/_shared-styles.scss
@@ -5,13 +5,12 @@
--radius-sm: calc(var(--radius) / 2);
--radius-md: var(--radius);
--radius-lg: calc(var(--radius) * 2);
- --shadow-xs: 0;
+ --shadow-xs: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
--shadow-sm: 0;
--shadow-md: 0;
--shadow-lg: 0;
--shadow-xl: 0;
}
-
// --------------------------------
// (START) Global editor code https://codyhouse.co/ds/globals/shared-styles