Skip to content

Commit

Permalink
feat: dashboard status indicator (#2555)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Erik Whiting <[email protected]>
Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent c0e5def commit 4b8ff3c
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 168 deletions.
12 changes: 12 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ in the navigation menu
.navbar a:hover {
text-decoration: none;
}

/*
Slightly darken failing ontologies
*/

.failing {
background-color: lightgray;
}

.dash-status {
margin-bottom: 3px;
}
Loading

0 comments on commit 4b8ff3c

Please sign in to comment.