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
|
@import "colors";
@import "base";
//Get Android banner
[data-sigil="m_login_upsell"] {
display: none !important;
}
body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r {
background: $background !important;
}
button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before,
._5xo2, ._5u5a::before {
background: $background2 !important;
}
._56bf, .touch .btn {
border-radius: 0 !important;
border: 0 !important;
}
.touch ._56bt {
text-shadow: none !important;
}
.touch .btnS {
box-shadow: none !important;
}
input, ._43mh, .touch .btn, a, .fcg, button, ._52j9, ._52jb, h1, h2, h3, h4, h5, h6 {
color: $text !important;
}
@include placeholder {
color: $text !important;
}
// divider lines
._43mh::before, ._43mh::after {
background: $text !important;
}
._1rrd {
border: 1px solid $text !important;
color: $text !important;
}
|