what a goddamn nightmare

This commit is contained in:
ntr
2019-05-28 17:00:37 +10:00
parent 52bec725f7
commit a2b1e2d3ff
4 changed files with 72 additions and 39 deletions
+13 -7
View File
@@ -420,19 +420,25 @@ button.equipping {
.thresholds {
display: flex;
flex-flow: row-wrap;
/*align-items: center;*/
flex-flow: column;
text-align: center;
}
.thresholds hr {
margin: 1em 0;
}
.colour-reqs {
display: flex;
flex-flow: row;
justify-content: space-around;
}
.spec-goals {
}
.spec-goals figure svg {
.thresholds figure svg {
height: 2em;
}
.spec-goals .unmet {
.thresholds .unmet {
opacity: 0.5;
}