Sha256: 489b9588c9813454b7d0ac99f329c42f331b731a31a39c8e7c6a354cecfc0770
Contents?: true
Size: 1.06 KB
Versions: 591
Compression:
Stored size: 1.06 KB
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; } } } } &.data_table { thead tr th { padding-top: $cell-pad-sm; padding-bottom: $cell-pad-sm; } tbody tr td { padding-top: $cell-pad-sm; padding-bottom: $cell-pad-sm; } } } } }
Version data entries
591 entries across 591 versions & 1 rubygems