summaryrefslogtreecommitdiffstats
path: root/src/components/SearchForm/SearchForm.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SearchForm/SearchForm.module.scss')
-rw-r--r--src/components/SearchForm/SearchForm.module.scss6
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;
+}