aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/modal.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/modal.module.scss')
-rw-r--r--src/components/molecules/layout/modal.module.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/molecules/layout/modal.module.scss b/src/components/molecules/layout/modal.module.scss
deleted file mode 100644
index 2fff562..0000000
--- a/src/components/molecules/layout/modal.module.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-@use "@styles/abstracts/functions" as fun;
-
-.wrapper {
- padding: var(--spacing-md);
- background: var(--color-bg-secondary);
- border: fun.convert-px(4) solid;
- border-image: radial-gradient(
- ellipse at top,
- var(--color-primary-lighter) 20%,
- var(--color-primary) 100%
- )
- 1;
- box-shadow: fun.convert-px(2) fun.convert-px(-2) fun.convert-px(3)
- fun.convert-px(-1) var(--color-shadow-dark);
-}
-
-.icon {
- --icon-size: #{fun.convert-px(30)};
-
- margin-right: var(--spacing-2xs);
-}