aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/_core_messenger.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/assets/css/core/_core_messenger.scss')
-rw-r--r--app/src/main/assets/css/core/_core_messenger.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/src/main/assets/css/core/_core_messenger.scss b/app/src/main/assets/css/core/_core_messenger.scss
deleted file mode 100644
index 608fc23d..00000000
--- a/app/src/main/assets/css/core/_core_messenger.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-// Not all messenger related components are here; only the main ones.
-// Borders for instance are merged into core_border
-
-// Other person's message bubble
-._34ee {
- background: $background2 !important;
- color: $text !important;
-
-}
-
-// Your message bubble; order matters
-._34em ._34ee {
- background: $accent !important;
- color: $accent_text !important;
-}
-
-// Sticker page
-._5as0, ._5cni, ._5as2 {
- background: $bg_opaque !important;
-} \ No newline at end of file