Skip to content

Commit

Permalink
(fix)-O3 3848 FIx background color for Admission Requests. (#1365)
Browse files Browse the repository at this point in the history
* Enable Admission request bar to always be displayed

* Clean up

* Change the black to match that of OMRS

* Same black brand text

* OMRS Black
  • Loading branch information
suubi-joshua authored Nov 12, 2024
1 parent d352d9f commit a9983f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
}

.blackBackground {
background-color: black;
background-color: #393939;
color: white;
}

.lightBlueBackground {
background-color: white;
border-left:4px solid $color-blue-60-2;
color: black;
color: #393939;
}

.content {
Expand Down

0 comments on commit a9983f5

Please sign in to comment.