4 font: 11px 'Open Sans';
10 .first { fill: $green; }
11 .second { fill: $blue; }
12 .third { fill: $orange; }
13 .fourth { fill: $violet; }
16 &:nth-child(1) { stroke: none; fill: $grey-light; }
17 &:nth-child(2) { stroke: none; fill: $grey; }
18 &:nth-child(3) { stroke: none; fill: $grey-dark; }
19 &:nth-child(4) { stroke: none; fill: $grey-darkest; }
27 stroke: $grey-alpha-03;
31 &.first, &.second, &.third, &.fourth {
44 text-transform: uppercase;