diff --git a/src/app/pages/edit-profile/edit-profile.page.html b/src/app/pages/edit-profile/edit-profile.page.html
index 1ff610d..6b9536c 100644
--- a/src/app/pages/edit-profile/edit-profile.page.html
+++ b/src/app/pages/edit-profile/edit-profile.page.html
@@ -24,37 +24,41 @@
-
+
-
+
-
+
-
- India
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
- Male
-
-
+
+
+
+
-
- Student
-
-
+
+
+
+
diff --git a/src/app/pages/edit-profile/edit-profile.page.ts b/src/app/pages/edit-profile/edit-profile.page.ts
index 513d425..dda3ae1 100644
--- a/src/app/pages/edit-profile/edit-profile.page.ts
+++ b/src/app/pages/edit-profile/edit-profile.page.ts
@@ -1,5 +1,5 @@
import { NavController } from '@ionic/angular';
-import { Component, OnInit } from '@angular/core';
+import {Component, OnInit, ViewChild} from '@angular/core';
import { SessionDataProviderService } from 'src/app/store/session-data-provider.service';
@@ -10,6 +10,10 @@ import { SessionDataProviderService } from 'src/app/store/session-data-provider.
})
export class EditProfilePage implements OnInit {
+ // @ViewChild('firstname') firstname;
+ // @ViewChild('lastname') lastname;
+ // @ViewChild('reset_pin') reset_pin;
+
constructor(
private navctr: NavController,
public sessionDataProviderService:SessionDataProviderService
diff --git a/src/app/pages/forgot/forgot.page.scss b/src/app/pages/forgot/forgot.page.scss
index 8076a10..254d9ce 100644
--- a/src/app/pages/forgot/forgot.page.scss
+++ b/src/app/pages/forgot/forgot.page.scss
@@ -7,7 +7,7 @@ ion-header {
ion-content {
.page_logo{
text-align: center;
- margin-top: 20px;
+ margin-top: 30px;
}
.welcome_lbl {
font-size: 32px;
diff --git a/src/app/pages/login/login.page.scss b/src/app/pages/login/login.page.scss
index 7b39073..103007f 100644
--- a/src/app/pages/login/login.page.scss
+++ b/src/app/pages/login/login.page.scss
@@ -4,7 +4,7 @@ ion-content {
}
.page_logo{
text-align: center;
- margin-top: 20px;
+ margin-top: 30px;
// background-color: red;
}
.simp_lbl {
diff --git a/src/app/pages/register/register.page.scss b/src/app/pages/register/register.page.scss
index fd51da1..81f263d 100644
--- a/src/app/pages/register/register.page.scss
+++ b/src/app/pages/register/register.page.scss
@@ -1,7 +1,7 @@
ion-content {
.page_logo{
text-align: center;
- margin-top: 20px;
+ margin-top: 30px;
// background-color: red;
}
.simp_lbl {