Sha256: fc214c0982a22c6907b8e0779b9815b3c23a92665d2cbdae92651f9760de7b61

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

[class^=pb_table] {
  &.striped {
    tbody, .tbody {
      tr:nth-child(odd), .tr:nth-child(odd) {
        background-color: $bg_light;
      }
    }
  }

  &.dark {
    &.striped {
      tbody, .tbody {
        tr:nth-child(odd), .tr:nth-child(odd) {
          background-color: $bg_dark;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.19.0.pre.alpha.PBNTR207tabledivsupport2245 app/pb_kits/playbook/pb_table/styles/_striped.scss