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.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/vnext/src/ui/Thread.css b/vnext/src/ui/Thread.css
deleted file mode 100644
index 300d56ff..00000000
--- a/vnext/src/ui/Thread.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#replies {
- background: var(--main-background-color);
- border: 1px solid var(--border-color);
- padding: 12px;
-}
-
-.msg-bubble {
- background: rgb(238, 238, 238);
- color: rgb(34, 34, 34);
- padding: 6px 12px;
- margin-left: 48px;
- margin-bottom: 12px;
- display: inline-block;
-}