diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-03-31 18:04:43 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-03-31 18:04:43 +0200 |
| commit | d67328f866fa469b67e2525556388d4bcc283737 (patch) | |
| tree | 5e529cc221796f3ea355942833615257469a7dd6 /src/components/atoms/forms/forms.module.scss | |
| parent | b145ed4492de834f5cea9437e9772c4f7fbe90ec (diff) | |
chore: add a Select component
Diffstat (limited to 'src/components/atoms/forms/forms.module.scss')
| -rw-r--r-- | src/components/atoms/forms/forms.module.scss | 4 |
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); } |
