Added groups for datapoints

This commit is contained in:
Magnus Åhall 2024-05-20 19:40:19 +02:00
parent 63956de837
commit d3d6d5d13d
7 changed files with 48 additions and 8 deletions

View file

@ -6,8 +6,20 @@
grid-gap: 8px 16px;
margin-top: 16px;
.group {
font-size: 1.10em;
font-weight: bold;
color: @color2;
margin-top: 1.5em;
padding-bottom: 4px;
border-bottom: unset;
}
.header {
font-weight: @bold;
font-size: 0.85em;
color: @text1;
}
div {