aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.css
diff options
context:
space:
mode:
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;
+}