Sha256: 7864387436bdce49e2bd396c921f6681418ca16625129b70b5d0557435b4bc10
Contents?: true
Size: 946 Bytes
Versions: 442
Compression:
Stored size: 946 Bytes
Contents
[class^=pb_table] { &.table-sm, &.table-md, &.table-lg { &.as-cards { thead { tr { display: flex; width: 100%; th { flex-grow: 1; } } } tbody { tr { display: flex; align-items: stretch; flex-direction: row; justify-content: flex-start; width: 100%; margin: $space-xs 0; td { background: $white; flex-grow: 1; border-width: 1px 0; &:first-child { border-left-width: 1px; border-radius: 4px 0 0 4px; } &:last-child { border-right-width: 1px; border-radius: 0 4px 4px 0; } } &:last-child { td { border-top-width: 1px !important; } } } } } } }
Version data entries
442 entries across 442 versions & 1 rubygems