Sha256: e9fe5bf72fd72e04577d7c04423fa5c27915698ef1e1ccd911f88549dff98e96
Contents?: true
Size: 444 Bytes
Versions: 19
Compression:
Stored size: 444 Bytes
Contents
.status_tag { background: $status-tag-background-color; color: $status-tag-text-color; text-transform: uppercase; letter-spacing: 0.15em; padding: 3px 5px 2px 5px; font-size: 0.8em; border-radius: $border-radius; &.ok, &.published, &.complete, &.completed, &.green, &.yes { background-color: $status-tag-background-valid-color; } &.cancel, &.red, &.no { background-color: $status-tag-background-error-color; } }
Version data entries
19 entries across 19 versions & 1 rubygems