chore: journal daily stats styling

This commit is contained in:
2024-08-20 13:16:37 +02:00
parent 86d178ef56
commit 8a2b453dc6
4 changed files with 58 additions and 84 deletions
-16
View File
@@ -33,22 +33,6 @@ hr.section-separator {
gap: 0.5em;
}
.stat-badge {
display: flex;
span {
background-color: $accentCol;
color: black;
font-weight: bold;
padding: 0.2em 0.5em;
}
span:first-child {
background-color: #333;
color: white;
}
}
@include smallScreen {
.journal-stats {
text-align: center;