Skip to content

Commit

Permalink
gapanalysis.css, Add reviewme styling
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Mar 13, 2019
1 parent e2d0fc8 commit 6620f0e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions gap-analysis/gapanalysis.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ h4 { margin-left: 0; }
.tbd { border-left: 5em solid #eee; padding-left: 2em; }
.tbd:after { content: 'Needs research.'; color: gray; font-weight: normal; font-size: 120%; }

.pass { background-color:greenyellow; padding: 0 4px; border-radius: 2px; }
.fail { padding: 0 4px; color: white; background-color: crimson; border-radius: 2px; }
.partial { background-color: orange; padding: 0 4px; color: white; }

.pass { background-color:greenyellow; padding: 0 4px; border-radius: 2px; }
.fail { padding: 0 4px; color: white; background-color: crimson; border-radius: 2px; }
.partial { background-color: orange; padding: 0 4px; color: white; }

.reviewme:after {
content: "Needs review";
margin-left: 2em;
background-color: crimson;
color: white;
font-size: 80%;
padding: .2em .4em;
border-radius: .2em;
}


0 comments on commit 6620f0e

Please sign in to comment.