Skip to content

Commit

Permalink
Restrict state to effects only header-desc background color
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Mar 20, 2024
1 parent e923a44 commit 7d32461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,19 @@
height: 2rem;
opacity: 0.7;
}
.expired {
.header-desc.expired {
background-color: #f0f0f0;
}
.failed {
.header-desc.failed {
background-color: #f2dede;
}
.pending {
.header-desc.pending {
background-color: #cbe8ff;
}
.success {
.header-desc.success {
background-color: #dff0d8;
}
.abandoned {
.header-desc.abandoned {
background-color: #f2dede;
}
.disabled {
Expand Down

0 comments on commit 7d32461

Please sign in to comment.