-
-
-
-
+
-->
-
-
{{consultant.userName}}
-
{{consultant.practitionerInfos[0].designtion
+
+
Dr.{{consultant.userName}}
+ {{consultant.practitionerInfos[0].qualification || null}}
+
+
+ access_time
+ 10:00 Am
+
+
-
+
+
+ Apollo Hospitals Cancer Centre Nandanam,Chennai
+
-
+
diff --git a/ng-seed/src/app/end-user/consultants/consultants-list.component.scss b/ng-seed/src/app/end-user/consultants/consultants-list.component.scss
index 91791f2..d4c504f 100644
--- a/ng-seed/src/app/end-user/consultants/consultants-list.component.scss
+++ b/ng-seed/src/app/end-user/consultants/consultants-list.component.scss
@@ -9,6 +9,9 @@ $black_60: rgba(0, 0, 0, 0.6);
padding: 0rem 0.5rem 1rem;
// padding-bottom: 4rem;
}
+h5{
+ margin-top: 1rem;
+}
.flexRow{
display: flex !important;
}
@@ -21,7 +24,7 @@ $black_60: rgba(0, 0, 0, 0.6);
}
.consultant-list-card {
border-radius: 10px;
- background: $white;
+ background: #EBF4FA;
box-shadow: 0 2px 6px $black_10;
transition: all 0.3s ease-in-out 0s;
&:hover {
@@ -41,9 +44,9 @@ $black_60: rgba(0, 0, 0, 0.6);
font-weight: 700;
}
.consultant-qualification{
- font-size: 12px;
- color: #658F9B;
- font-weight: 600;
+ font-size: 13px;
+ color: #0087ba;
+ // font-weight: 600;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@@ -67,33 +70,61 @@ $black_60: rgba(0, 0, 0, 0.6);
white-space: nowrap;
text-overflow: ellipsis;
}
-.consultant-img {
- top: 25px;
- left: 25px;
- height: 24px;
- display: flex;
- text-align: center;
- align-items: center;
- border-radius: 6px;
- justify-content: center;
+.consultant-time{
+ margin-left: 5rem;
+ margin-top: 0.5rem;
}
+.button {
+ background-color: #4caf50;
+ color: #efefef;
+ border: none;
+ text-align: center;
+ padding: 10px 20px;
+ border-radius: 25px;
+ margin-left: 4rem;
+ margin-top: 1rem;
+ cursor: pointer;
+ margin-bottom: 1rem;
+ }
+ .img{
+ width: 25px;
+ margin-right: 10px;
+}
+.message {
+ color: rgba(0, 0, 0, 0.54);
+ font-size: 12px;
+ font-weight: 600;
+ // line-height: 10px;
+ word-break: break-word;
+ }
+// .consultant-img {
+// top: 25px;
+// left: 25px;
+// height: 24px;
+// display: flex;
+// text-align: center;
+// align-items: center;
+// border-radius: 6px;
+// justify-content: center;
+// }
// .mb{
// margin-bottom: 0.20rem;
// }
-.consultant-card-cover {
- padding: 0rem 6rem;
- position: relative;
- background-size: cover;
- margin-left: -8rem;
-}
+// .consultant-card-cover {
+// padding: 0rem 6rem;
+// position: relative;
+// background-size: cover;
+// margin-left: -8rem;
+// }
.consultant-thumb {
- position: absolute;
+ // position: absolute;
margin-top: 20px;
img {
border: 5px solid $white;
border-radius: 100%;
- height: 75px;
- width: 75px;
+ height: 90px;
+ width: 90px;
+ margin-top: 20px;
}
}
.btn-red {
diff --git a/ng-seed/src/app/end-user/consultants/consultants-list.component.ts b/ng-seed/src/app/end-user/consultants/consultants-list.component.ts
index 501ac03..9b3a388 100644
--- a/ng-seed/src/app/end-user/consultants/consultants-list.component.ts
+++ b/ng-seed/src/app/end-user/consultants/consultants-list.component.ts
@@ -8,6 +8,7 @@ import { Router } from '@angular/router';
styleUrls: ['./consultants-list.component.scss']
})
export class ConsultantsListComponent implements OnInit {
+
animal: string;
name: string;
consultants:any =[];
diff --git a/ng-seed/src/assets/images/facebook.svg b/ng-seed/src/assets/images/facebook.svg
new file mode 100644
index 0000000..b47fbbd
--- /dev/null
+++ b/ng-seed/src/assets/images/facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/ng-seed/src/assets/images/instagram.svg b/ng-seed/src/assets/images/instagram.svg
new file mode 100644
index 0000000..e513c16
--- /dev/null
+++ b/ng-seed/src/assets/images/instagram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/ng-seed/src/assets/images/twitter.svg b/ng-seed/src/assets/images/twitter.svg
new file mode 100644
index 0000000..365dace
--- /dev/null
+++ b/ng-seed/src/assets/images/twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file