summaryrefslogtreecommitdiffstats
path: root/css/style.scss
blob: 917fd531c3aa00414f4b55cf70c8969ab1e51c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@include icon-black-white('reply', 'social', 1);
@include icon-black-white('emoji', 'social', 1);
@include icon-black-white('boost', 'social', 1);
@include icon-black-white('upload', 'actions', 1, true);
@include icon-black-white('notifications', 'social', 1);

.icon-boosted {
  @include icon-color('boost', 'social', '#0082c9', 1);
}
.icon-upload {
  @include icon-color('upload', 'actions', $color-black, 1, true);
}

img.emoji {
  margin: 3px;
  width: 16px;
  vertical-align: text-bottom;
}


// quick fix - TODO - remove this and fix the left panel
ul.app-navigation__list {
  display: none !important;
}