Sha256: 762a0d1add2a7631f28643a64ccaac53df15aa3f9432b6388fb8f679d42ed7f4
Contents?: true
Size: 787 Bytes
Versions: 7
Compression:
Stored size: 787 Bytes
Contents
table { @each $name, $value in $cell-pad-list { &.#{$name} { width: 100%; thead { tr { th { padding: $value $cell-gutter; &:first-child { padding-left: $cell-pad-endcap; } &:last-child { padding-right: $cell-pad-endcap; } } } } tbody { tr { td { border-color: $sky; 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
7 entries across 7 versions & 2 rubygems