Skip to content

Commit

Permalink
DBC22-2880: Fix for faulty colour variable association
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC authored and ray-oxd committed Oct 2, 2024
1 parent 6271e58 commit 9e238ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/cameras/CameraCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

&.unavailable {
.card-img-box {
background-color: $Error;
background-color: $Surface-major;
padding: 12px;
}
.card-notification {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/Components/map/panels/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

.camera-unavailable {
background-color: $Error;
background-color: $Surface-major;
padding: 1rem;
min-height: 225px;
font-size: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/pages/CameraDetailsPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}

&.unavailable {
background-color: $Error;
background-color: $Surface-major;
border-color: $Error;

p, ul, svg {
Expand Down Expand Up @@ -267,7 +267,7 @@
height: 388px;

&.unavailable {
background-color: $Error;
background-color: $Surface-major;
color: $Error;
font-size: 6.875rem;
display: flex;
Expand Down

0 comments on commit 9e238ef

Please sign in to comment.