Enhancement: add background to consumer statuses

This commit is contained in:
shamoon
2024-01-21 00:34:24 -08:00
parent 5842944d1e
commit ea1eb551a7
5 changed files with 120 additions and 101 deletions

View File

@@ -35,3 +35,7 @@ form {
::ng-deep .ngx-file-drop__drop-zone--over {
background-color: var(--pngx-primary-faded) !important;
}
.consumer-status-card {
background-color: rgba(var(--bs-body-bg-rgb), .95) !important;
}