aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/login.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/assets/css/core/login.scss')
-rw-r--r--app/src/main/assets/css/core/login.scss48
1 files changed, 48 insertions, 0 deletions
diff --git a/app/src/main/assets/css/core/login.scss b/app/src/main/assets/css/core/login.scss
new file mode 100644
index 00000000..00627838
--- /dev/null
+++ b/app/src/main/assets/css/core/login.scss
@@ -0,0 +1,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;
+}