aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-31 15:19:11 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit7d907285356628a6c9478ee655a333fb191cdb5d (patch)
treee156e10dabd806e17335bbb7ebfd59b3e8892a6c /vnext/src/ui/Thread.css
parentb6983fd90a1ec09630bb0996e13669c07cf0b594 (diff)
Thread styling
Diffstat (limited to 'vnext/src/ui/Thread.css')
-rw-r--r--vnext/src/ui/Thread.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/vnext/src/ui/Thread.css b/vnext/src/ui/Thread.css
new file mode 100644
index 00000000..52b52f14
--- /dev/null
+++ b/vnext/src/ui/Thread.css
@@ -0,0 +1,13 @@
+#replies {
+ background: #fff;
+ border: 1px solid #eee;
+ padding: 12px;
+}
+
+.msg-bubble {
+ background: rgb(238, 238, 238);
+ color: rgb(34, 34, 34);
+ padding: 6px 12px;
+ margin-left: 48px;
+ margin-bottom: 12px;
+}