Skip to content

Commit

Permalink
(feat)O3-3179: Change the styling of the Patient Header for deceased …
Browse files Browse the repository at this point in the history
…patients (#1854)

Co-authored-by: jwnasambu <wamalwa1844.com>
  • Loading branch information
jwnasambu authored May 29, 2024
1 parent 8f04eba commit 6f24db9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
}

.tagOverride {
background-color: #6B1A18;
background-color: colors.$gray-80;
color: colors.$gray-20;
}
}
29 changes: 2 additions & 27 deletions packages/esm-patient-banner-app/src/banner/patient-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
background-color: $ui-01;
}

.activePatientContainer {
.activePatientContainer,
.deceasedPatientContainer {
background-color: $ui-01;
}

Expand All @@ -19,22 +20,6 @@
align-items: flex-end;
}

.deceasedPatientContainer {
background-color: colors.$gray-80;

.demographics, .row, .identifierTag, .identifier, .contactDetails .heading {
color: $ui-02;
}

.toggleContactDetailsButton, .toggleContactDetailsButton > svg, .actionsButtonText {
color: colors.$blue-40;
}

&:focus, &:hover {
background-color: colors.$gray-90;
}
}

.patientBanner {
display: flex;
}
Expand Down Expand Up @@ -65,16 +50,6 @@
}
}

.deceasedContactDetails {
.contactDetails, .heading, .row, .row > .col {
color: $ui-02;
}

a {
color: $inverse-link
}
}

.tabletContactDetails {
display: block;

Expand Down

0 comments on commit 6f24db9

Please sign in to comment.