diff --git a/src/app/pages/login/login.page.html b/src/app/pages/login/login.page.html index c1f60de..8bbaf52 100644 --- a/src/app/pages/login/login.page.html +++ b/src/app/pages/login/login.page.html @@ -1,5 +1,5 @@ - -
+ +
@@ -40,29 +40,52 @@ + + - Login to continue - - - - - - - - + + +
+ + + + + + + + + + +
+ + Remember me +
+
+ + Login + +
-
- - Remember me
- - Login - Forgot your password ? @@ -92,7 +115,7 @@
- Don't have an account? Register + Don't have an account? Sign up
diff --git a/src/global.scss b/src/global.scss index dbbc535..7d96755 100644 --- a/src/global.scss +++ b/src/global.scss @@ -138,7 +138,7 @@ ion-modal.custom_modal_bottom { .page_logo{ text-align: center; - margin-top: 30px; + margin-top: 40px; // background-color: red; } @@ -237,7 +237,7 @@ ion-content{ .start-pages{ // background-color: #3dc2ff; background-image: linear-gradient(white, aliceblue); - margin-top: 0px; + margin: 0px; height: 100%; width: 100%; }