Added groups for datapoints
This commit is contained in:
parent
63956de837
commit
d3d6d5d13d
7 changed files with 48 additions and 8 deletions
|
|
@ -103,8 +103,18 @@ label {
|
|||
grid-gap: 8px 16px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
#datapoints .group {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
color: #fabd2f;
|
||||
margin-top: 1.5em;
|
||||
padding-bottom: 4px;
|
||||
border-bottom: unset;
|
||||
}
|
||||
#datapoints .header {
|
||||
font-weight: 500;
|
||||
font-size: 0.85em;
|
||||
color: #d5c4a1;
|
||||
}
|
||||
#datapoints div {
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue