diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-07 19:16:46 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-07 19:37:30 +0100 |
| commit | 1007c6689e7b549f48013d2c29eac9c78f13dfb7 (patch) | |
| tree | 832970f5e4443249f561d547e2c6864704712577 /src/components/SearchForm/SearchForm.module.scss | |
| parent | 9a85c175bf59b7a360f09da23a3ac83293838570 (diff) | |
chore: improve search box and add button interactions on hover/focus
Diffstat (limited to 'src/components/SearchForm/SearchForm.module.scss')
| -rw-r--r-- | src/components/SearchForm/SearchForm.module.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/SearchForm/SearchForm.module.scss b/src/components/SearchForm/SearchForm.module.scss new file mode 100644 index 0000000..4debfbb --- /dev/null +++ b/src/components/SearchForm/SearchForm.module.scss @@ -0,0 +1,6 @@ +.title { + margin-bottom: var(--spacing-sm); + color: var(--color-primary-dark); + font-size: var(--font-size-lg); + font-weight: 600; +} |
