Clean text

This commit is contained in:
CHIEFSOFT\ameye
2024-01-14 20:05:01 -05:00
parent a1dba84fc3
commit fcae5dc063
7 changed files with 19 additions and 21 deletions
@@ -11,38 +11,32 @@ import {WrenchService} from "../../services/wrench.service";
})
export class FamiliyDashComponent implements OnInit {
pageItem:{
page_name: number
}
constructor(private navctr: NavController,
private router: Router,
public sessionDataProviderService: SessionDataProviderService,
private wrenchService: WrenchService) {
addEventListener('app_fastreward_action', () => {
// this.tabs="lesson";
//this.get();
this.router.navigate(['family']);
this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_nokids_action', () => {
//this.tabs="lesson";
//this.get();
this.router.navigate(['family']);
this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_notask_action', () => {
//this.tabs="lesson";
//this.get();
this.router.navigate(['family']);
this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_addfamily_action', () => {
//this.tabs="lesson";
//this.get();
this.router.navigate(['family']);
this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_allowance_action', () => {
//this.tabs="lesson";
//this.get();
this.router.navigate(['family']);
this.router.navigate(['family'],{state: this.pageItem});
});
}
@@ -6,7 +6,7 @@
</ion-card-header>
<ion-card-content class="f-item">
<ion-item lines="none" style="background-color: lightyellow; font-weight: bold;">
Task, Goals completed, well done, or promised - Time to send a reward.
.
<ion-icon name="arrow-forward-circle-outline" slot="end"></ion-icon>
</ion-item>
</ion-card-content>
@@ -6,7 +6,7 @@
</ion-card-header>
<ion-card-content class="f-item">
<ion-item lines="none" style="background-color: lightyellow; font-weight: bold;">
Task, Goals completed, well done, or promised - Time to send a reward.
.
<ion-icon name="arrow-forward-circle-outline" slot="end"></ion-icon>
</ion-item>
</ion-card-content>
@@ -12,7 +12,7 @@
style="background-color: lightyellow;
border-radius: 10px;
margin-left: 150px; font-weight: bold;">
Task, Goals .
.
<ion-icon name="arrow-forward-circle-outline" slot="end"></ion-icon>
</ion-item>
</ion-card-content>
@@ -6,7 +6,7 @@
</ion-card-header>
<ion-card-content class="f-item">
<ion-item lines="none" style="background-color: lightyellow; font-weight: bold;">
Task, Goals completed, well done, or promised - Time to send a reward.
.
<ion-icon name="arrow-forward-circle-outline" slot="end"></ion-icon>
</ion-item>
</ion-card-content>
@@ -4,12 +4,12 @@
<ion-card (click)="familyAcc()">
<!-- <img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />-->
<ion-card-header>
<ion-card-title><span style="font-weight: bolder; color: #1880b0;">Send a Reward</span></ion-card-title>
<ion-card-title><span class="kid-card-title">Send a Reward</span></ion-card-title>
<ion-card-subtitle><hr class="kid-line" /></ion-card-subtitle>
</ion-card-header>
<ion-card-content class="f-item">
<ion-item lines="none" style="background-color: lightyellow; font-weight: bold;">
Task, Goals completed, well done, or promised - Time to send a reward.
.
<ion-icon name="arrow-forward-circle-outline" slot="end"></ion-icon>
</ion-item>
</ion-card-content>
@@ -7,6 +7,10 @@ ion-card{
--margin-bottom: 0px;
margin-bottom: 0px;
}
.kid-card-title{
margin-left: 10px;
font-weight: bolder;
}
ion-card-content{
--margin-top: 0px;
--margin-bottom: 0px;