Sha256: c592ccc61833ed3f070ac5901992fc66d083004babdab06d1144243e8ce5a2a8
Contents?: true
Size: 463 Bytes
Versions: 18
Compression:
Stored size: 463 Bytes
Contents
.status_tag { background: darken($secondary-color, 15%); color: #fff; text-transform: uppercase; letter-spacing: 0.15em; padding: 3px 5px 2px 5px; font-size: 0.8em; &.ok, &.published, &.complete, &.completed, &.green { background: #8daa92; } &.warn, &.warning, &.orange { background: #e29b20; } &.error, &.errored, &.red { background: #d45f53; } &.yes { background: #6090DB; } &.no { background: grey; } }
Version data entries
18 entries across 18 versions & 2 rubygems