Add:Listening sessions calendar heat map

This commit is contained in:
advplyr 2022-05-11 16:27:40 -05:00
parent 621444114f
commit 5a6867e98a
5 changed files with 300 additions and 7 deletions

View file

@ -127,6 +127,14 @@ input[type=number] {
border-top: 6px solid white;
}
.arrow-down-small {
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid currentColor;
}
.triangle-right {
width: 0;
height: 0;