Skip to content

Instantly share code, notes, and snippets.

@elrumordelaluz
Last active October 2, 2015 17:06
Show Gist options
  • Save elrumordelaluz/ac1052105787e7d77996 to your computer and use it in GitHub Desktop.
Save elrumordelaluz/ac1052105787e7d77996 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.js-calendar-graph-svg rect {
fill: #d6e685;
animation-name: fill;
animation-duration: 1s;
animation-timing-function: linear;
}
@keyframes fill {
to { fill: #1e6823; }
}
$count: 0;
@for $w from 1 through 53 {
@for $d from 1 through 7 {
$count: $count + 1;
.js-calendar-graph-svg g g:nth-of-type(#{$w}) rect:nth-child(#{$d}) {
animation-delay: $count * 1s / 7;
}
}
}
.js-calendar-graph-svg rect {
fill: #d6e685;
animation-name: fill;
animation-duration: 1s;
animation-timing-function: linear;
}
@keyframes fill {
to {
fill: #1e6823;
}
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(1) {
animation-delay: 0.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(2) {
animation-delay: 0.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(3) {
animation-delay: 0.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(4) {
animation-delay: 0.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(5) {
animation-delay: 0.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(6) {
animation-delay: 0.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(1) rect:nth-child(7) {
animation-delay: 1s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(1) {
animation-delay: 1.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(2) {
animation-delay: 1.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(3) {
animation-delay: 1.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(4) {
animation-delay: 1.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(5) {
animation-delay: 1.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(6) {
animation-delay: 1.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(2) rect:nth-child(7) {
animation-delay: 2s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(1) {
animation-delay: 2.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(2) {
animation-delay: 2.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(3) {
animation-delay: 2.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(4) {
animation-delay: 2.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(5) {
animation-delay: 2.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(6) {
animation-delay: 2.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(3) rect:nth-child(7) {
animation-delay: 3s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(1) {
animation-delay: 3.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(2) {
animation-delay: 3.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(3) {
animation-delay: 3.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(4) {
animation-delay: 3.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(5) {
animation-delay: 3.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(6) {
animation-delay: 3.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(4) rect:nth-child(7) {
animation-delay: 4s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(1) {
animation-delay: 4.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(2) {
animation-delay: 4.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(3) {
animation-delay: 4.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(4) {
animation-delay: 4.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(5) {
animation-delay: 4.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(6) {
animation-delay: 4.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(5) rect:nth-child(7) {
animation-delay: 5s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(1) {
animation-delay: 5.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(2) {
animation-delay: 5.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(3) {
animation-delay: 5.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(4) {
animation-delay: 5.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(5) {
animation-delay: 5.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(6) {
animation-delay: 5.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(6) rect:nth-child(7) {
animation-delay: 6s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(1) {
animation-delay: 6.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(2) {
animation-delay: 6.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(3) {
animation-delay: 6.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(4) {
animation-delay: 6.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(5) {
animation-delay: 6.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(6) {
animation-delay: 6.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(7) rect:nth-child(7) {
animation-delay: 7s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(1) {
animation-delay: 7.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(2) {
animation-delay: 7.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(3) {
animation-delay: 7.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(4) {
animation-delay: 7.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(5) {
animation-delay: 7.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(6) {
animation-delay: 7.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(8) rect:nth-child(7) {
animation-delay: 8s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(1) {
animation-delay: 8.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(2) {
animation-delay: 8.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(3) {
animation-delay: 8.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(4) {
animation-delay: 8.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(5) {
animation-delay: 8.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(6) {
animation-delay: 8.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(9) rect:nth-child(7) {
animation-delay: 9s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(1) {
animation-delay: 9.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(2) {
animation-delay: 9.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(3) {
animation-delay: 9.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(4) {
animation-delay: 9.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(5) {
animation-delay: 9.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(6) {
animation-delay: 9.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(10) rect:nth-child(7) {
animation-delay: 10s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(1) {
animation-delay: 10.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(2) {
animation-delay: 10.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(3) {
animation-delay: 10.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(4) {
animation-delay: 10.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(5) {
animation-delay: 10.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(6) {
animation-delay: 10.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(11) rect:nth-child(7) {
animation-delay: 11s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(1) {
animation-delay: 11.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(2) {
animation-delay: 11.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(3) {
animation-delay: 11.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(4) {
animation-delay: 11.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(5) {
animation-delay: 11.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(6) {
animation-delay: 11.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(12) rect:nth-child(7) {
animation-delay: 12s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(1) {
animation-delay: 12.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(2) {
animation-delay: 12.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(3) {
animation-delay: 12.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(4) {
animation-delay: 12.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(5) {
animation-delay: 12.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(6) {
animation-delay: 12.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(13) rect:nth-child(7) {
animation-delay: 13s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(1) {
animation-delay: 13.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(2) {
animation-delay: 13.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(3) {
animation-delay: 13.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(4) {
animation-delay: 13.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(5) {
animation-delay: 13.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(6) {
animation-delay: 13.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(14) rect:nth-child(7) {
animation-delay: 14s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(1) {
animation-delay: 14.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(2) {
animation-delay: 14.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(3) {
animation-delay: 14.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(4) {
animation-delay: 14.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(5) {
animation-delay: 14.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(6) {
animation-delay: 14.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(15) rect:nth-child(7) {
animation-delay: 15s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(1) {
animation-delay: 15.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(2) {
animation-delay: 15.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(3) {
animation-delay: 15.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(4) {
animation-delay: 15.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(5) {
animation-delay: 15.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(6) {
animation-delay: 15.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(16) rect:nth-child(7) {
animation-delay: 16s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(1) {
animation-delay: 16.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(2) {
animation-delay: 16.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(3) {
animation-delay: 16.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(4) {
animation-delay: 16.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(5) {
animation-delay: 16.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(6) {
animation-delay: 16.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(17) rect:nth-child(7) {
animation-delay: 17s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(1) {
animation-delay: 17.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(2) {
animation-delay: 17.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(3) {
animation-delay: 17.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(4) {
animation-delay: 17.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(5) {
animation-delay: 17.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(6) {
animation-delay: 17.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(18) rect:nth-child(7) {
animation-delay: 18s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(1) {
animation-delay: 18.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(2) {
animation-delay: 18.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(3) {
animation-delay: 18.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(4) {
animation-delay: 18.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(5) {
animation-delay: 18.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(6) {
animation-delay: 18.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(19) rect:nth-child(7) {
animation-delay: 19s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(1) {
animation-delay: 19.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(2) {
animation-delay: 19.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(3) {
animation-delay: 19.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(4) {
animation-delay: 19.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(5) {
animation-delay: 19.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(6) {
animation-delay: 19.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(20) rect:nth-child(7) {
animation-delay: 20s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(1) {
animation-delay: 20.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(2) {
animation-delay: 20.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(3) {
animation-delay: 20.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(4) {
animation-delay: 20.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(5) {
animation-delay: 20.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(6) {
animation-delay: 20.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(21) rect:nth-child(7) {
animation-delay: 21s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(1) {
animation-delay: 21.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(2) {
animation-delay: 21.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(3) {
animation-delay: 21.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(4) {
animation-delay: 21.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(5) {
animation-delay: 21.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(6) {
animation-delay: 21.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(22) rect:nth-child(7) {
animation-delay: 22s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(1) {
animation-delay: 22.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(2) {
animation-delay: 22.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(3) {
animation-delay: 22.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(4) {
animation-delay: 22.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(5) {
animation-delay: 22.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(6) {
animation-delay: 22.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(23) rect:nth-child(7) {
animation-delay: 23s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(1) {
animation-delay: 23.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(2) {
animation-delay: 23.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(3) {
animation-delay: 23.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(4) {
animation-delay: 23.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(5) {
animation-delay: 23.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(6) {
animation-delay: 23.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(24) rect:nth-child(7) {
animation-delay: 24s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(1) {
animation-delay: 24.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(2) {
animation-delay: 24.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(3) {
animation-delay: 24.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(4) {
animation-delay: 24.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(5) {
animation-delay: 24.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(6) {
animation-delay: 24.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(25) rect:nth-child(7) {
animation-delay: 25s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(1) {
animation-delay: 25.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(2) {
animation-delay: 25.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(3) {
animation-delay: 25.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(4) {
animation-delay: 25.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(5) {
animation-delay: 25.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(6) {
animation-delay: 25.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(26) rect:nth-child(7) {
animation-delay: 26s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(1) {
animation-delay: 26.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(2) {
animation-delay: 26.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(3) {
animation-delay: 26.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(4) {
animation-delay: 26.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(5) {
animation-delay: 26.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(6) {
animation-delay: 26.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(27) rect:nth-child(7) {
animation-delay: 27s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(1) {
animation-delay: 27.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(2) {
animation-delay: 27.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(3) {
animation-delay: 27.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(4) {
animation-delay: 27.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(5) {
animation-delay: 27.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(6) {
animation-delay: 27.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(28) rect:nth-child(7) {
animation-delay: 28s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(1) {
animation-delay: 28.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(2) {
animation-delay: 28.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(3) {
animation-delay: 28.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(4) {
animation-delay: 28.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(5) {
animation-delay: 28.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(6) {
animation-delay: 28.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(29) rect:nth-child(7) {
animation-delay: 29s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(1) {
animation-delay: 29.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(2) {
animation-delay: 29.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(3) {
animation-delay: 29.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(4) {
animation-delay: 29.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(5) {
animation-delay: 29.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(6) {
animation-delay: 29.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(30) rect:nth-child(7) {
animation-delay: 30s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(1) {
animation-delay: 30.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(2) {
animation-delay: 30.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(3) {
animation-delay: 30.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(4) {
animation-delay: 30.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(5) {
animation-delay: 30.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(6) {
animation-delay: 30.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(31) rect:nth-child(7) {
animation-delay: 31s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(1) {
animation-delay: 31.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(2) {
animation-delay: 31.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(3) {
animation-delay: 31.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(4) {
animation-delay: 31.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(5) {
animation-delay: 31.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(6) {
animation-delay: 31.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(32) rect:nth-child(7) {
animation-delay: 32s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(1) {
animation-delay: 32.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(2) {
animation-delay: 32.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(3) {
animation-delay: 32.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(4) {
animation-delay: 32.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(5) {
animation-delay: 32.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(6) {
animation-delay: 32.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(33) rect:nth-child(7) {
animation-delay: 33s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(1) {
animation-delay: 33.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(2) {
animation-delay: 33.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(3) {
animation-delay: 33.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(4) {
animation-delay: 33.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(5) {
animation-delay: 33.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(6) {
animation-delay: 33.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(34) rect:nth-child(7) {
animation-delay: 34s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(1) {
animation-delay: 34.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(2) {
animation-delay: 34.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(3) {
animation-delay: 34.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(4) {
animation-delay: 34.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(5) {
animation-delay: 34.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(6) {
animation-delay: 34.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(35) rect:nth-child(7) {
animation-delay: 35s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(1) {
animation-delay: 35.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(2) {
animation-delay: 35.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(3) {
animation-delay: 35.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(4) {
animation-delay: 35.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(5) {
animation-delay: 35.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(6) {
animation-delay: 35.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(36) rect:nth-child(7) {
animation-delay: 36s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(1) {
animation-delay: 36.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(2) {
animation-delay: 36.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(3) {
animation-delay: 36.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(4) {
animation-delay: 36.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(5) {
animation-delay: 36.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(6) {
animation-delay: 36.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(37) rect:nth-child(7) {
animation-delay: 37s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(1) {
animation-delay: 37.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(2) {
animation-delay: 37.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(3) {
animation-delay: 37.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(4) {
animation-delay: 37.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(5) {
animation-delay: 37.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(6) {
animation-delay: 37.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(38) rect:nth-child(7) {
animation-delay: 38s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(1) {
animation-delay: 38.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(2) {
animation-delay: 38.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(3) {
animation-delay: 38.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(4) {
animation-delay: 38.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(5) {
animation-delay: 38.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(6) {
animation-delay: 38.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(39) rect:nth-child(7) {
animation-delay: 39s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(1) {
animation-delay: 39.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(2) {
animation-delay: 39.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(3) {
animation-delay: 39.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(4) {
animation-delay: 39.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(5) {
animation-delay: 39.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(6) {
animation-delay: 39.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(40) rect:nth-child(7) {
animation-delay: 40s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(1) {
animation-delay: 40.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(2) {
animation-delay: 40.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(3) {
animation-delay: 40.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(4) {
animation-delay: 40.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(5) {
animation-delay: 40.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(6) {
animation-delay: 40.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(41) rect:nth-child(7) {
animation-delay: 41s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(1) {
animation-delay: 41.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(2) {
animation-delay: 41.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(3) {
animation-delay: 41.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(4) {
animation-delay: 41.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(5) {
animation-delay: 41.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(6) {
animation-delay: 41.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(42) rect:nth-child(7) {
animation-delay: 42s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(1) {
animation-delay: 42.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(2) {
animation-delay: 42.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(3) {
animation-delay: 42.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(4) {
animation-delay: 42.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(5) {
animation-delay: 42.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(6) {
animation-delay: 42.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(43) rect:nth-child(7) {
animation-delay: 43s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(1) {
animation-delay: 43.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(2) {
animation-delay: 43.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(3) {
animation-delay: 43.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(4) {
animation-delay: 43.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(5) {
animation-delay: 43.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(6) {
animation-delay: 43.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(44) rect:nth-child(7) {
animation-delay: 44s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(1) {
animation-delay: 44.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(2) {
animation-delay: 44.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(3) {
animation-delay: 44.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(4) {
animation-delay: 44.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(5) {
animation-delay: 44.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(6) {
animation-delay: 44.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(45) rect:nth-child(7) {
animation-delay: 45s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(1) {
animation-delay: 45.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(2) {
animation-delay: 45.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(3) {
animation-delay: 45.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(4) {
animation-delay: 45.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(5) {
animation-delay: 45.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(6) {
animation-delay: 45.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(46) rect:nth-child(7) {
animation-delay: 46s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(1) {
animation-delay: 46.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(2) {
animation-delay: 46.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(3) {
animation-delay: 46.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(4) {
animation-delay: 46.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(5) {
animation-delay: 46.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(6) {
animation-delay: 46.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(47) rect:nth-child(7) {
animation-delay: 47s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(1) {
animation-delay: 47.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(2) {
animation-delay: 47.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(3) {
animation-delay: 47.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(4) {
animation-delay: 47.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(5) {
animation-delay: 47.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(6) {
animation-delay: 47.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(48) rect:nth-child(7) {
animation-delay: 48s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(1) {
animation-delay: 48.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(2) {
animation-delay: 48.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(3) {
animation-delay: 48.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(4) {
animation-delay: 48.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(5) {
animation-delay: 48.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(6) {
animation-delay: 48.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(49) rect:nth-child(7) {
animation-delay: 49s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(1) {
animation-delay: 49.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(2) {
animation-delay: 49.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(3) {
animation-delay: 49.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(4) {
animation-delay: 49.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(5) {
animation-delay: 49.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(6) {
animation-delay: 49.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(50) rect:nth-child(7) {
animation-delay: 50s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(1) {
animation-delay: 50.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(2) {
animation-delay: 50.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(3) {
animation-delay: 50.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(4) {
animation-delay: 50.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(5) {
animation-delay: 50.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(6) {
animation-delay: 50.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(51) rect:nth-child(7) {
animation-delay: 51s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(1) {
animation-delay: 51.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(2) {
animation-delay: 51.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(3) {
animation-delay: 51.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(4) {
animation-delay: 51.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(5) {
animation-delay: 51.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(6) {
animation-delay: 51.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(52) rect:nth-child(7) {
animation-delay: 52s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(1) {
animation-delay: 52.14286s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(2) {
animation-delay: 52.28571s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(3) {
animation-delay: 52.42857s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(4) {
animation-delay: 52.57143s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(5) {
animation-delay: 52.71429s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(6) {
animation-delay: 52.85714s;
}
.js-calendar-graph-svg g g:nth-of-type(53) rect:nth-child(7) {
animation-delay: 53s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment