Sha256: dea092b7b9d3f974209bfb69d76342baff6c1293e6946432769be8789db0bab2
Contents?: true
Size: 1.3 KB
Versions: 385
Compression:
Stored size: 1.3 KB
Contents
[class^=pb_table] { &.table-sm, &.table-md, &.table-lg { &.table-card { border-collapse: separate; border-spacing: 0; background: $white; thead { tr { th { border-color: $border_light; border-style: solid; border-width: 1px 0 1px 0; &:first-child { border-radius: 4px 0 0 0; border-width: 1px 0 1px 1px; } &:last-child { border-radius: 0 4px 0 0; border-width: 1px 1px 1px 0; } } } } tbody { tr { td { border-color: $border_light; border-style: solid; border-width: 0 0 1px 0; &:first-child { border-width: 0 0 1px 1px; } &:last-child { border-width: 0 1px 1px 0; } } &:last-child { td { border-width: 0 0 1px 0; &:first-child { border-radius: 0 0 0 4px; border-width: 0 0 1px 1px; } &:last-child { border-radius: 0 0 4px 0; border-width: 0 1px 1px 0; } } } } } } } }
Version data entries
385 entries across 385 versions & 1 rubygems