aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/forms.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/forms.module.scss')
-rw-r--r--src/components/atoms/forms/forms.module.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/atoms/forms/forms.module.scss b/src/components/atoms/forms/forms.module.scss
index 5347bad..5a61522 100644
--- a/src/components/atoms/forms/forms.module.scss
+++ b/src/components/atoms/forms/forms.module.scss
@@ -8,6 +8,10 @@
box-shadow: fun.convert-px(3) fun.convert-px(3) 0 0 var(--color-shadow);
transition: all 0.25s linear 0s;
+ &--select {
+ cursor: pointer;
+ }
+
&--textarea {
min-height: fun.convert-px(200);
}