Sha256: 229b316eda0b3d53f00979a0898ed8cda6d9687ff20056126fd2db8c65357414
Contents?: true
Size: 1.37 KB
Versions: 215
Compression:
Stored size: 1.37 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; &:first-child { padding-left: $cell-pad-sm; } &:last-child { padding-right: $cell-pad-sm; } } tbody tr td { padding-top: $cell-pad-sm; padding-bottom: $cell-pad-sm; &:first-child { padding-left: $cell-pad-sm; } &:last-child { padding-right: $cell-pad-sm; } } } } } }
Version data entries
215 entries across 215 versions & 1 rubygems