From 1007c6689e7b549f48013d2c29eac9c78f13dfb7 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 7 Jan 2022 19:16:46 +0100 Subject: chore: improve search box and add button interactions on hover/focus --- src/components/SearchForm/SearchForm.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/SearchForm/SearchForm.module.scss (limited to 'src/components/SearchForm/SearchForm.module.scss') 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; +} -- cgit v1.2.3