feat: implement doctor API synchronization and add contact page support with media assets

This commit is contained in:
2026-07-23 07:37:31 +07:00
parent abdf9467e6
commit 107e191e93
537 changed files with 2690 additions and 267 deletions
@@ -86,7 +86,7 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #000000 !important;
}
.cc--tabbed-media-content .f--description a {
color: var(--color-brand) !important;
color: var(--color-old-brick) !important;
}
.cc--tabbed-media-content .tab-labels-inner {
@@ -587,3 +587,27 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.bg-linear-hero {
background: linear-gradient(180deg, transparent, #000) !important;
}
.doctor-page #l--main-header {
background-color: var(--color-old-brick);
}
.doctor-page #l--main-header a{
color: var(--color-white);
}
.transparent-header .region-header {
background: linear-gradient(0deg, transparent, #000);
}
.doctor-page #pagination-controls button.is-active {
background-color: var(--color-old-brick);
}
.header-hospital-name {
display: none;
}
.umass-platform-homepage .header-hospital-name {
display: block;
}