Sha256: d3786b0f207d5e0477608c23270e548ee14a0ac25deeb15aec04c19fb5f2ce00
Contents?: true
Size: 840 Bytes
Versions: 16
Compression:
Stored size: 840 Bytes
Contents
@import "../../tokens/colors"; [class^=pb_table] { @each $name, $value in $cell-pad-list { &.#{$name} { width: 100%; thead { tr { th { padding: $cell-pad-md $cell-gutter; &:first-child { padding-left: $cell-pad-endcap; } &:last-child { padding-right: $cell-pad-endcap; } } } } tbody { tr { td { border-color: $border_light; border-style: solid; border-width: 0 0 1px; padding: $value $cell-gutter; &:first-child { padding-left: $cell-pad-endcap; } &:last-child { padding-right: $cell-pad-endcap; } } } } } } }
Version data entries
16 entries across 16 versions & 1 rubygems