aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/settings-modal.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-31 16:00:45 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:27 +0100
commit3ff4c37a7a2c40340c17f9e6c1754444bce0f839 (patch)
tree551ca3df148d46af2bd27995fa98c01378030644 /src/components/organisms/modals/settings-modal.module.scss
parent0e52a59917406ad03c174e030c6c1c92ab23449d (diff)
refactor(components): rewrite Modal component
* add an optional close button * add an icon prop
Diffstat (limited to 'src/components/organisms/modals/settings-modal.module.scss')
-rw-r--r--src/components/organisms/modals/settings-modal.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/modals/settings-modal.module.scss b/src/components/organisms/modals/settings-modal.module.scss
index 47af656..68bce98 100644
--- a/src/components/organisms/modals/settings-modal.module.scss
+++ b/src/components/organisms/modals/settings-modal.module.scss
@@ -5,7 +5,7 @@
width: 100%;
@media screen and (max-height: #{var.get-breakpoint("2xs")}) and (max-width: #{var.get-breakpoint("sm")}) {
- --first-col-width: #{fun.convert-px(160)};
+ --first-col-width: #{fun.convert-px(140)};
--col-gap: var(--spacing-xl);
display: grid;