diff --git a/src/app/components/fiche-contact/fiche-contact.component.html b/src/app/components/fiche-contact/fiche-contact.component.html index bbedc91..ad8df74 100644 --- a/src/app/components/fiche-contact/fiche-contact.component.html +++ b/src/app/components/fiche-contact/fiche-contact.component.html @@ -1,44 +1,43 @@
-
- -
-
- +
+
+
+
+ +
+
+ +
+
- -
-
- {{ personne.prenom }} {{ personne.nom }} +
+ {{ personne.prenom }} {{ personne.nom }}
- -
- - {{ personne.telephone }} +
+ + {{ personne.telephone }}
- -
- - {{ personne.email }} +
+ + {{ personne.email }}
- -
- - {{ personne.dateNaissance }} +
+ + {{ personne.dateNaissance }}
- -
-

{{ personne.adresse }}

+
+ + {{ personne.adresse }}
-
-
-
+
\ No newline at end of file diff --git a/src/app/components/fiche-contact/fiche-contact.component.scss b/src/app/components/fiche-contact/fiche-contact.component.scss index daa8fcc..f51b6b3 100644 --- a/src/app/components/fiche-contact/fiche-contact.component.scss +++ b/src/app/components/fiche-contact/fiche-contact.component.scss @@ -1,19 +1,15 @@ .btn-secondary { color: #fff; background-color: #5a1e63 !important; - width: 100%; - max-width: 150px; - padding: 15px; - margin: auto; + min-width: 100px; + border-radius: 55px; } .couleur{ border: none; - margin-top: -15px; - border-radius: 80%; - width: 60px; - height: 60px; - flex-direction: row; + border-radius: 50%; + width: 110px; + height: 110px; } .info{ diff --git a/src/app/components/side-bar/side-bar.component.html b/src/app/components/side-bar/side-bar.component.html index 68bf821..6c51f7b 100644 --- a/src/app/components/side-bar/side-bar.component.html +++ b/src/app/components/side-bar/side-bar.component.html @@ -1,12 +1,12 @@ -
-
+
- - - @@ -23,20 +22,20 @@

Liste des Contacts

- -
-
-
-
-

{{ personne.prenom }} {{ personne.nom }}

+
+
+
+
+ {{ personne.prenom }} {{ personne.nom }} +
+
+ +
+ +
- -
- -
-
-
\ No newline at end of file diff --git a/src/app/pages/page-repertoire/page-repertoire.component.scss b/src/app/pages/page-repertoire/page-repertoire.component.scss index 8aa61e2..3d44188 100644 --- a/src/app/pages/page-repertoire/page-repertoire.component.scss +++ b/src/app/pages/page-repertoire/page-repertoire.component.scss @@ -2,9 +2,12 @@ color: #fff; background-color: #5a1e63 !important; width: 100%; - max-width: 330px; + max-width: 230px; padding: 15px; margin: auto; + min-width: 100px; + border-radius: 55px; + font-weight: bold; } .input-group.mb-3 { @@ -24,7 +27,8 @@ height: 60px; flex-direction: row; } -;h4 { + +.h4 { color: black; font-weight: bold; } \ No newline at end of file