summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/comment-form.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-15 14:38:54 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-15 14:38:54 +0200
commitb836f0a9f8b783e3328983ad087aa2b7b297b43a (patch)
treeb2ef8841a3fc94a1fe400e53597f9338e5391858 /src/components/organisms/forms/comment-form.module.scss
parent0ff94252e27a80221e221c6159761f46aa111ac3 (diff)
chore: add a CommentForm component
Diffstat (limited to 'src/components/organisms/forms/comment-form.module.scss')
-rw-r--r--src/components/organisms/forms/comment-form.module.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/organisms/forms/comment-form.module.scss b/src/components/organisms/forms/comment-form.module.scss
new file mode 100644
index 0000000..f3f2646
--- /dev/null
+++ b/src/components/organisms/forms/comment-form.module.scss
@@ -0,0 +1,8 @@
+.field {
+ width: 100%;
+}
+
+.button {
+ display: block;
+ margin: auto;
+}