commit 039905cee0b51c27c082799c0f20dd0c1311d144
parent 0e24079508f75076e842388feebc6a5e85b2ebbc
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 31 Mar 2018 18:54:05 +0200
Try to fix css
Diffstat:
2 files changed, 9 insertions(+), 17 deletions(-)
diff --git a/src/app/login/login.component.scss b/src/app/login/login.component.scss
@@ -1,4 +1,4 @@
-app-login {
+body {
background: #4688F1;
padding: 0;
margin: 0;
@@ -123,3 +123,11 @@ app-login {
-o-transition: all .3s ease;
transition: all .3s ease;
}
+
+.tblue {
+ color: rgb(85, 172, 238);
+}
+
+.gpred {
+ color: rgb(220, 74, 61);
+}
diff --git a/src/styles.scss b/src/styles.scss
@@ -15,19 +15,3 @@ html { overflow:auto; }
width: 970px;
}
}
-
-.tblue {
- background-color: rgb(85, 172, 238);
-}
-
-.gpred {
- background-color: rgb(220, 74, 61);
-}
-
-.indigo.lighten-1 {
- background-color: #5c6bc0 !important;
-}
-
-.indigo {
- background-color: #3f51b5 !important;
-}