diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-14 22:14:35 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-14 22:14:35 +0200 |
| commit | 88b575b0d81e97531b70e90c1e124719b547614b (patch) | |
| tree | 67a9b196b44c26e56310cf2338c7192b96807ec0 /src/components/organisms/toolbar/search.module.scss | |
| parent | b94b9b41f113da17f232a7d1044dedadd87e0c89 (diff) | |
chore: add a Search component
Diffstat (limited to 'src/components/organisms/toolbar/search.module.scss')
| -rw-r--r-- | src/components/organisms/toolbar/search.module.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/organisms/toolbar/search.module.scss b/src/components/organisms/toolbar/search.module.scss new file mode 100644 index 0000000..c310594 --- /dev/null +++ b/src/components/organisms/toolbar/search.module.scss @@ -0,0 +1,3 @@ +.modal { + padding-bottom: var(--spacing-md); +} |
