aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/core/login.scss
blob: 81cb4c73a37660b06f80c32e28ee896fd14da0c2 (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
@import "colors";

body, #root,#header,.aclb,._55wo,._1upc,input {
  background: $background !important;
}

button::before, ._56be::before, .btnS, .touch::before {
 background: $background2 !important;
}

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

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

input,._43mh, .touch .btn,a, .fcg, button, ._52j9, ::-webkit-input-placeholder,::-moz-placeholder ,::-ms-input-placeholder {
  color: $text !important
}

// divider lines
._43mh::before, ._43mh::after {
  background: $text !important
}

._1rrd {
  border: 1px solid $text !important;
	color: $text !important;
}