aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/core/_core_messenger.scss
blob: 608fc23dcac0f944f213c4ceb57c98343fdb06de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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;
}