Sha256: 6dfa2b2c929d0c6970180639fcdf42f4923edd4b889da0766efaea830eb630be
Contents?: true
Size: 938 Bytes
Versions: 9
Compression:
Stored size: 938 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; } } } } } .pb_th_link:hover { background-color: rgba($primary, 0.03); color: $primary !important; } .pb_th_link, .pb_th_nolink{ padding: $space_xxs; } [class^=pb_table] { thead { [class^=pb_th_active] { color: $primary !important; } } } [class*="pb_table_header_dropdown"][class*="_vertical"] { &[class*="_normal"] { [class*="pb_nav_list_kit_item"][class*="pb_nav_list_item"] { &[class*="_link"] { border-left-width: 0px; background-color: #fff !important; } } } }
Version data entries
9 entries across 9 versions & 1 rubygems