Sha256: 931d31005075d58e0cb07ed65b250d075e158bbe3862b7ffaf53ac18ae9d02d3

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

@import "active_admin/mixins";

.status {
  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; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
andrewroth_activeadmin-0.3.4.4 app/assets/stylesheets/active_admin/components/_status_tags.scss
andrewroth_activeadmin-0.3.4.3 app/assets/stylesheets/active_admin/components/_status_tags.scss