Sha256: 939425b9f32a79743c414d6f0808fbd82442b4d929053f64f60ef82ee0ea5e39

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

@import "../../pb_caption/caption_mixin";

[class^=pb_table] {
  &.table-sm,
  &.table-md,
  &.table-lg {
    thead, .thead {
      tr, .tr {
        th, .th {
          @include caption;
          border-bottom: 1px solid $border_light;
        }
      }
    }
  }
}

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/_headers.scss