Sha256: 783a4746bd893bd1dd83043d1c96a3605539c8fa2ebfa6a647860dc254a65779
Contents?: true
Size: 632 Bytes
Versions: 8
Compression:
Stored size: 632 Bytes
Contents
// Tables .table { border-collapse: collapse; border-spacing: 0; text-align: left; width: 100%; &.table-striped { tbody { tr:nth-of-type(odd) { background: $bg-color; } } } &.table-hover { tbody { tr { &:hover { background: $bg-color-dark; } } } } &, &.table-striped { tbody { tr { &.active { background: $bg-color-dark; } } } } td, th { border-bottom: $border-width solid $border-color; padding: $unit-3 $unit-2; } th { border-bottom-width: $border-width-lg; } }
Version data entries
8 entries across 8 versions & 2 rubygems