aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/settings.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-14 19:25:46 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-14 19:25:46 +0200
commit1d162d7aafb3cfe2c3351b5fd891bbf6d476e9b2 (patch)
treec263967fcb9f0fdaa2f665b0471091dfcc62b34e /src/components/organisms/toolbar/settings.module.scss
parent15fd9f4a6ecf947c7648c6b7865b97c40124fde1 (diff)
chore: add a Settings component
Diffstat (limited to 'src/components/organisms/toolbar/settings.module.scss')
-rw-r--r--src/components/organisms/toolbar/settings.module.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/organisms/toolbar/settings.module.scss b/src/components/organisms/toolbar/settings.module.scss
new file mode 100644
index 0000000..08c8cd4
--- /dev/null
+++ b/src/components/organisms/toolbar/settings.module.scss
@@ -0,0 +1,10 @@
+@use "@styles/abstracts/functions" as fun;
+@use "@styles/abstracts/mixins" as mix;
+
+.modal {
+ @include mix.media("screen") {
+ @include mix.dimensions("sm") {
+ width: 120%;
+ }
+ }
+}