aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss')
-rw-r--r--src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss b/src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss
new file mode 100644
index 0000000..cd7c3ca
--- /dev/null
+++ b/src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss
@@ -0,0 +1,13 @@
+.body {
+ margin-inline: auto;
+ width: 100%;
+}
+
+.form {
+ margin-inline: auto;
+}
+
+:where(.body) > *:first-child {
+ width: fit-content;
+ margin: 0 auto var(--spacing-md);
+}