Sha256: ddf01e40869ce466157035fde006f98cce209763d4c4de03af0663bcfdae9a90
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
.dialog-body { .covered { @apply border-green-500; &:nth-child(odd) { @apply bg-green-400; } &:nth-child(even) { @apply bg-green-300; } } .missed { @apply border-red-500; &:nth-child(odd) { @apply bg-red-400; } &:nth-child(even) { @apply bg-red-300; } } .never { @apply border-gray-900; &:nth-child(odd) { @apply bg-gray-200; } &:nth-child(even) { @apply bg-gray-50; } } .skipped { @apply border-yellow-500; &:nth-child(odd) { @apply bg-yellow-400; } &:nth-child(even) { @apply bg-yellow-300; } } }
Version data entries
5 entries across 5 versions & 2 rubygems