Sha256: 0682854b1b078d91d06e3c9e57387e7bf557fb99ea831be1271b32f398defc75

Contents?: true

Size: 275 Bytes

Versions: 9

Compression:

Stored size: 275 Bytes

Contents

tr.state-unpublished, tr.state-spam {
  td:first-child {
    border-left: 8px solid $red;
  }
  td {
    background-color: #f2dede;
  }
}

tr.state-published, tr.state-ham {
  td:first-child {
    border-left: 8px solid $green;
  }
  td {
    background-color: #dff0d8;
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.7 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.6 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.5 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.4 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.3 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.2 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.1 app/assets/stylesheets/georgia/components/_state.scss
georgia-0.7.0 app/assets/stylesheets/georgia/components/_state.scss