diff --git a/REMEMBER.txt b/REMEMBER.txt
index e65eae3..eb036bc 100644
--- a/REMEMBER.txt
+++ b/REMEMBER.txt
@@ -1,6 +1,7 @@
npm install @capacitor/assets --save-dev
npx capacitor-assets generate
+ionic capacitor build
ionic generate page familylogin
diff --git a/src/app/components/fastreward/fastreward.component.html b/src/app/components/fastreward/fastreward.component.html
index 9943c39..39b77b0 100644
--- a/src/app/components/fastreward/fastreward.component.html
+++ b/src/app/components/fastreward/fastreward.component.html
@@ -1,54 +1,49 @@
0;">
-
-
- Reward a Kid
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.firstname}} ({{item.age}})
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ Reward a kid
+
+
+
+
+ Task, Goals completed, well done, or promised - Time to send a reward.
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- Family Acounts
-
-
-
diff --git a/src/app/components/fastreward/fastreward.component.scss b/src/app/components/fastreward/fastreward.component.scss
index ceb6b22..494d888 100644
--- a/src/app/components/fastreward/fastreward.component.scss
+++ b/src/app/components/fastreward/fastreward.component.scss
@@ -1,14 +1,33 @@
ion-card{
margin:20px 0px 0px 0px;
- height: 250px;
+ height: 150px;
padding: 0px;
- --background: red;
-
+ --background: aliceblue;
+ ion-card-header{
+ --margin-bottom: 0px;
+ margin-bottom: 0px;
+ }
+ ion-card-content{
+ --margin-top: 0px;
+ --margin-bottom: 0px;
+ ion-item{
+ background-color: #3dc2ff;
+ font-size: 14px;
+ }
+ // background-color: #3dc2ff;
+ // font-weight: bolder;
+ // background-image: linear-gradient(to top, #3dc2ff, #ffffff);
+ }
.left-col{
background-color: yellow;
height: 100%;
}
}
+.kid-line{
+ color: #3dc2ff;
+ line-height: 3px;
+ background-color: #3dc2ff;
+}
.left-col_pic{
// background-image: url("/assets/images/reward.png");
background-size: contain;
diff --git a/src/app/pages/forgot/forgot.page.ts b/src/app/pages/forgot/forgot.page.ts
index 870d072..290a440 100644
--- a/src/app/pages/forgot/forgot.page.ts
+++ b/src/app/pages/forgot/forgot.page.ts
@@ -147,7 +147,7 @@ export class ForgotPage implements OnInit {
}
else
{
- alert("SOME WENT WROMNG");
+ this.showAlert("Reset Error","Some parts of this process went wrong, and it is better to start allover or contact support.");
}
}