Sha256: bb14ae851b077a7020ee224809cd29dde15a1b85145e811f8d150e5fd9c25fbd
Contents?: true
Size: 1.75 KB
Versions: 5
Compression:
Stored size: 1.75 KB
Contents
table { &.table-sm, &.table-md, &.table-lg { &.table-card { border-collapse: separate; background: $white; thead { tr { th { border-color: $sky; 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: $sky; 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; } } } } } &.as-cards { border: 1px solid $sky; border-radius: 4px; thead { tr { margin: $space-xs 0 0; padding: 0 $space-xs; border-bottom: 1px solid $sky; th { border-width: 0; } } } tbody { tr { margin: $space-xs; width: calc(100% - #{$space-xs}*2); td { border-top-width: 1px; } } } } } } }
Version data entries
5 entries across 5 versions & 1 rubygems