Sha256: 927ba77dcdac5c66db1cc6f1d0ab85dfca3c1e8e19b95854f17d644954470108
Contents?: true
Size: 593 Bytes
Versions: 6
Compression:
Stored size: 593 Bytes
Contents
.table { border-collapse: collapse; text-align: left; background: $color_white; width: 100%; thead { border-bottom: solid 1px darken($color_white, 3); } tbody:before { content: "-"; display: block; line-height: 0em; color: transparent; } tr { background: $color_white; &:nth-child(2n) { background: darken($color_white, 3); } } th { } td { } th, td { padding: 7.5px 5px; } &.table-border { tbody { th, td { border: solid 1px lighten($color_black, 90); } } } }
Version data entries
6 entries across 6 versions & 1 rubygems