Sha256: 5c6db605df4b018d75f4703e86a925c8ce2dd45a54bf67187d56b89784ad28af

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

.status-icon {
  @include border-radius(50%);
  border: 1px solid #ddd;
  display: block;
  height: rem-calc(20);
  width: rem-calc(20);

  &.green {
    background: #009926;
  }

  &.yellow {
    background: #fffd47;
  }

  &.orange {
    background: #ffcc00;
  }

  &.red {
    background: #cd0a0a;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/assets/stylesheets/user/project/deadline.scss