Skip to content

Commit

Permalink
enhancement/change-status-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJJackson committed Mar 4, 2024
1 parent 7c1c87c commit cbd1ded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app-pages/explorer/explorer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
fill: white;
}
&.lost {
stroke: $warning-color;
stroke: $inactive-color;
stroke-width: 3;
fill: white;
}
Expand Down
8 changes: 4 additions & 4 deletions src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ footer.modal-footer {
}

&.destroyed::before {
border-color: $error-color;
border-color: $inactive-color;
}

&.lost::before {
border-color: $warning-color;
border-color: $inactive-color;
}
}

Expand All @@ -127,11 +127,11 @@ footer.modal-footer {
}

&.destroyed {
color: $error-color;
color: $inactive-color;
}

&.lost {
color: $warning-color;
color: $inactive-color;
}
}

Expand Down

0 comments on commit cbd1ded

Please sign in to comment.