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