aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/settings-modal.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-18 14:27:11 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-18 14:27:11 +0200
commitb214baab3e17d92f784b4f782863deafc5558ee4 (patch)
treecdc20c7e77ba6926285917eead8bb088bdc843f8 /src/components/organisms/modals/settings-modal.module.scss
parent54883bb5c36cf21462a421605a709fdd6f04b150 (diff)
chore: close toolbar modals on click/focus outside
Diffstat (limited to 'src/components/organisms/modals/settings-modal.module.scss')
-rw-r--r--src/components/organisms/modals/settings-modal.module.scss14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/components/organisms/modals/settings-modal.module.scss b/src/components/organisms/modals/settings-modal.module.scss
index ebae3da..a6a2077 100644
--- a/src/components/organisms/modals/settings-modal.module.scss
+++ b/src/components/organisms/modals/settings-modal.module.scss
@@ -1,21 +1,11 @@
@use "@styles/abstracts/mixins" as mix;
-.wrapper {
- .label {
- margin-right: auto;
- }
+.label {
+ margin-right: auto;
@include mix.media("screen") {
@include mix.dimensions(null, "2xs", "height") {
font-size: var(--font-size-sm);
-
- .heading {
- font-size: var(--font-size-lg);
- }
-
- .label {
- font-size: var(--font-size-sm);
- }
}
}
}