style: cleanup empty fields

This commit is contained in:
Carlos Valente
2021-07-28 14:37:46 +02:00
parent f65748b5de
commit 39a7699de3
2 changed files with 35 additions and 7 deletions
+17 -3
View File
@@ -19,16 +19,30 @@
padding: 0;
margin: 0;
font-size: 0.9em;
color: #aaa;
color: #ccc;
display: flex;
justify-content: space-between;
}
.label {
.label,
.emptyLabel {
padding: 0;
margin: 0;
font-size: 0.9em;
color: #ccc;
}
.label {
font-size: 0.9em;
color: #aaa;
}
.label::after {
content: ': ';
}
.emptyLabel {
font-size: 0.8em;
color: #555;
}
.notes {