-
+
+
diff --git a/src/app/components/card-avatar/card-avatar.component.scss b/src/app/components/card-avatar/card-avatar.component.scss
index 86d9570..8024a71 100644
--- a/src/app/components/card-avatar/card-avatar.component.scss
+++ b/src/app/components/card-avatar/card-avatar.component.scss
@@ -13,4 +13,10 @@
width: 150px;
height: 170px;
border-radius: 20px;
+}
+
+.humeur{
+ width: 60px;
+ height: 60px;
+ margin: 0 auto;
}
\ No newline at end of file
diff --git a/src/app/components/fiche-contact/fiche-contact.component.ts b/src/app/components/fiche-contact/fiche-contact.component.ts
index 2d99fde..c91f728 100644
--- a/src/app/components/fiche-contact/fiche-contact.component.ts
+++ b/src/app/components/fiche-contact/fiche-contact.component.ts
@@ -19,6 +19,7 @@ export class FicheContactComponent implements OnInit {
ngOnInit(): void {
const roleUser = this.tokenService.getRole();
+ //gestion du role parent ou non pour mettre en "disable" les boutons pour les roles enfants
if(roleUser == "ROLE_PARENT"){
this.parent = true;
}
diff --git a/src/app/pages/page-dashboard/page-dashboard.component.html b/src/app/pages/page-dashboard/page-dashboard.component.html
index 969f997..3f3016a 100644
--- a/src/app/pages/page-dashboard/page-dashboard.component.html
+++ b/src/app/pages/page-dashboard/page-dashboard.component.html
@@ -24,7 +24,7 @@