diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-25 19:17:09 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-25 19:17:09 +0100 |
| commit | e26d821f738525477472e631d170d9ed218c1603 (patch) | |
| tree | 70ec0c29d003d462de6926f1faa09354e3ff6d90 /src/components/FormElements/FormItem/FormItem.module.scss | |
| parent | cb4764f8670f67627c407591c89b8d3637c190a7 (diff) | |
chore: combine input/textarea/select in a single component
Diffstat (limited to 'src/components/FormElements/FormItem/FormItem.module.scss')
| -rw-r--r-- | src/components/FormElements/FormItem/FormItem.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/FormElements/FormItem/FormItem.module.scss b/src/components/FormElements/FormItem/FormItem.module.scss new file mode 100644 index 0000000..07ef56f --- /dev/null +++ b/src/components/FormElements/FormItem/FormItem.module.scss @@ -0,0 +1,4 @@ +.wrapper { + margin: var(--spacing-xs) 0; + max-width: 45ch; +} |
