summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/emojis.scss
blob: be85e03430e40078a35531f4fa3ecb8ac3e452f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
gl-emoji {
  font-style: normal;
  display: inline-flex;
  vertical-align: middle;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
  line-height: 1em;
}

.user-status-emoji {
  margin-right: $gl-padding-4;

  gl-emoji {
    font-size: 1em;
    line-height: 16px;
    vertical-align: baseline;
  }
}