Add user follow-up section (#250)

This commit is contained in:
Simon Lecoq
2021-04-22 18:03:39 +02:00
committed by GitHub
parent 42753e1c44
commit a0c2b39c37
14 changed files with 180 additions and 69 deletions

View File

@@ -157,6 +157,22 @@
flex: 1 1 0;
}
/* Follow-up */
.followup.legend {
font-size: 12px;
}
.followup.legend svg {
margin: 0 3px;
width: 14px;
height: 14px;
}
.followup.legend svg:first-child {
margin-left: 0;
}
.followup.legend svg:last-child {
margin-right: 0;
}
/* Labels */
.label {
background-color: #58A6FF30;