aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/main.scss
blob: 2eca556ed8f03c8ddcb34815f8c658eb04eafa98 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@import "colors";
@import "base";

#viewport {
  background: $background !important;
}

body, #root, #header, ._55wo, ._1upc, input, ._2f9r, ._59e9, ._5pz4, ._5lp4, ._5lp5,
._d4i, ._5c9u, div._5y57::before, ._59f6._55so::before, .structuredPublisher, ._94v, ._vqv, ._5lp5, ._55wm,
.acw, ._3f50, .mentions-placeholder, .mentions, .mentions-shadow, .mentions-measurer, .acg, ._59tu, ._52z5, ._4l9b, ._4gj3, .groupChromeView,
._uww, textarea, ._15n_, ._skt, ._5f28, ._14_j, ._3bg5, ._53_-, ._52x1 {
  background: $bg_transparent !important;
}

.jewel, .flyout,  ._13e_, ._5-lw, ._5c0e, .jx-result, ._336p {
  background: $bg_opaque !important;
}

button, button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before,
._5xo2, ._5u5a::before, ._4u3j, ._15ks, ._2v9s, ._5hua, ._59tt, ._41ft, .jx-tokenizer,
._4e8n, ._5pxa._3uj9,
//unread
._4qax, .aclb, ._4756 {
  background: $background2 !important;
}

body, input, ._43mh, .touch .btn, p, span, .fcg, button, ._52j9, ._52jb, ._52ja, ._5j35, ._rnk, ._24u0, ._1g06, ._14ye,
textarea, .mentions-input, .mentions-placeholder, .fcw, ._5-7t, .fcl, ._4qas, .thread-title, ._46pa, ._336p, ._1rrd,
h1, h2, h3, h4, h5, h6 {
  color: $text !important;
}

@include placeholder {
  color: $text !important;
}

a,
//event month
._5fpq {
  color: $link !important;
}

//border between like and comment
._15kl::before,
._5j35::after {
  border-left: 1px solid $divider !important;
}

//above see more
._1mx0,
._15n_, ._52x1, ._3wjp, ._usq, ._2cul:before, ._13e_, .jewel .flyout, ._3bg5 ._52x6, ._3on6 {
  border-top: 1px solid $divider !important;
}

._15ny::after, ._ap1, ._52x1, ._59tu, ._usq, ._13e_, ._59f6._55so::before, ._4gj3, .jx-result, ._5lp5, ._5pz4, ._5lp4, ._5lp5, ._3on6, ._5h6z, ._5h6x {
  border-bottom: 1px solid $divider !important;
}

//friend card border
._d4i,
._4e8n, ._uww, .mentions-placeholder, .mentions-shadow, .mentions-measurer, ._5whq, ._59tt, ._41ft::after, .jx-tokenizer, ._3uqf, ._4756, ._1rrd {
  border: 1px solid $divider !important;
}

//link card bottom border
._4o58::after,
.acw, .aclb, ._4qax {
  border-color: $divider !important;
}

._2ip_ ._2zh4::before, ._2ip_ ._15kk::before, ._2ip_ ._15kk + ._4u3j::before, ._58a0:before, ._43mh::before, ._43mh::after {
  background: $divider !important;
}

._56bf, .touch .btn {
  border-radius: 0 !important;
  border: 0 !important;
}

.touch, ._56bt, ._56bu {
  text-shadow: none !important;
}

.touch .btnS, button, ._94v {
  box-shadow: none !important;
}

//menu spinner
[data-sigil="m-loading-indicator-animate m-loading-indicator-root"] {
  display: none !important;
}