Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Update design options and other date dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Harris committed Aug 23, 2021
1 parent 0dff957 commit 989739d
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 411 deletions.
21 changes: 11 additions & 10 deletions Bar Pivot.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
:root {
--metric0colour: rgb(188, 228, 216);
--metric1colour: rgb(110, 184, 197);
--metric2colour: rgb(53, 137, 169);
--metric3colour: rgb(44, 89, 133);
}

body {
font-family: "Open Sans";
font-size: 12px;
Expand All @@ -27,7 +20,7 @@ body {
padding: 0.5em;
}

.colheader.blank, .colheader.month {
.colheader.blank, .colheader.summary-date {
position: sticky;
top: 3.5em;
z-index: 3;
Expand All @@ -36,7 +29,7 @@ body {
background-color: rgba(255, 255, 255, 0.9);
}

.colheader.label, .colheader.day {
.colheader.label, .colheader.date {
position: sticky;
top: calc(5.5em + 5px + 1px);
z-index: 3;
Expand All @@ -50,7 +43,7 @@ body {
white-space: nowrap;
}

.colheader.day {
.colheader.date {
font-weight: normal;
text-align: center;
min-width: 1.75em;
Expand Down Expand Up @@ -85,6 +78,14 @@ body {
padding-right: 1ch;
}

.collapsible svg {
fill: rgb(156, 160, 160);
}

.collapsible svg:hover {
fill: rgb(10, 135, 198);
}

.svg {
padding: 0;
}
Expand Down
Loading

0 comments on commit 989739d

Please sign in to comment.