diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-14 19:43:35 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-14 19:43:35 +0200 |
| commit | b94b9b41f113da17f232a7d1044dedadd87e0c89 (patch) | |
| tree | 3b589c7b3b18e9cf6c9d62339f647aad33609ba5 /src/components/organisms/modals/search-modal.module.scss | |
| parent | 70b4e5c311999501cd6eff632ddbcac6e75ff035 (diff) | |
chore: add a SearchModal component
Diffstat (limited to 'src/components/organisms/modals/search-modal.module.scss')
| -rw-r--r-- | src/components/organisms/modals/search-modal.module.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/organisms/modals/search-modal.module.scss b/src/components/organisms/modals/search-modal.module.scss new file mode 100644 index 0000000..aba0593 --- /dev/null +++ b/src/components/organisms/modals/search-modal.module.scss @@ -0,0 +1,11 @@ +@use "@styles/abstracts/mixins" as mix; + +.wrapper { + padding-bottom: var(--spacing-md); + + @include mix.media("screen") { + @include mix.dimensions("sm") { + max-width: 40ch; + } + } +} |
