Sha256: 58e2f1dda682b6e1958aa6b2facd06a5a9b429f61d7017bb01f04d25ef66780b
Contents?: true
Size: 476 Bytes
Versions: 17
Compression:
Stored size: 476 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; // TODO: deprecated, remove in a v2 release &.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
17 entries across 17 versions & 3 rubygems