Sha256: 7afd5ed85dc1d47ac5c302c58dcf58fec1555b9712589ddceceb391d1019695e

Contents?: true

Size: 521 Bytes

Versions: 7

Compression:

Stored size: 521 Bytes

Contents

$text_align_values: (
  start: start,
  end: end,
  left: left,
  right: right,
  center: center,
  justify: justify,
  justify-all: justify-all,
  match-parent: match-parent,
);

[class^=pb_table] {
  thead {
    [class^=pb_table_header_kit] {
      @each $align_name, $align_value in $text_align_values {
        &[class*=_align_#{$align_name}] {
          text-align: $align_value;
        }
      }
    }
  }
}

[class^=pb_table] {
  thead {
    [class^=pb_th_active] {
      color: $primary !important;
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
playbook_ui-13.5.0.pre.alpha.PLAY823globalpropoverflow1191 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.5.0.pre.alpha.PLAY823globalpropoverflow1188 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.5.0 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.4.0.pre.alpha.PLAY973Hash1181 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.4.0.pre.alpha.play961turnoffdeprecationwarnings1171 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.4.0 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-13.3.0 app/pb_kits/playbook/pb_table/styles/_table_header.scss