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