Skip to content

Commit

Permalink
Table, footnotes, coloring (category analysis) CSS customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-baer committed Nov 11, 2024
1 parent c90c583 commit b198d1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cntr-monitor/src/components/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,19 @@
table{
text-align: left;
font-size: small;
line-height: 1.1rem;
border: 1px solid;

margin-bottom: 0.5rem;
tr{
vertical-align: top;
}
th,td{
border: 1px solid;
padding: 5px 5px;
padding: 15px 5px;
}
thead{
tr{
font-size: var(--ms-0);
font-weight: bold;
background: var(--fc-light);
border-bottom: 1px solid;
}
Expand Down

0 comments on commit b198d1f

Please sign in to comment.