Sha256: b4a2d31c7e74654317851b9f3c270abe4f143b57f4acefb1e52258790ca0339b

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

.table {
  tr {
    &.entry-available,
    &.entry-future-available,
    &.entry-unavailable,
    &.page-future-published,
    &.page-published,
    &.page-unpublished,
    &.template-full,
    &.template-partial {
      td:first-child {
        border-left-style: solid;
        border-left-width: 2px;
      }
    }

    &.entry-available,
    &.page-published,
    &.template-full {
      td:first-child {
        border-left-color: $green;
      }
    }

    &.entry-unavailable,
    &.page-unpublished,
    &.template-partial {
      td:first-child {
        border-left-color: $cyan;
      }
    }

    &.entry-future-available,
    &.page-future-published {
      td:first-child {
        border-left-color: $orange;
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
archangel-0.3.0 app/themes/default/assets/stylesheets/default/backend/bootstrap/_tables.scss
archangel-0.0.8 app/themes/default/assets/stylesheets/default/backend/bootstrap/_tables.scss