Merged Lartza/min-duration

This commit is contained in:
Joe Dowd
2020-02-09 01:02:40 +00:00
6 changed files with 83 additions and 4 deletions

View File

@@ -314,4 +314,13 @@ h1,h2,h3,h4,h5,h6 {
svg {
text-decoration: none;
}
.number-container:before {
content: attr(label-name);
padding-right: 4px;
width: max-content;
font-size: 14px;
color: white;
}