Sha256: 91d204ef7316813530c9b51f11d22a26142ff368c3d53bd88ab945cc75fa431b
Contents?: true
Size: 962 Bytes
Versions: 1
Compression:
Stored size: 962 Bytes
Contents
.table { border-collapse: collapse; text-align: left; background: $color_white; width: 100%; thead { border-bottom: solid 1px darken($color_white, 3); .attr-active { color: $color_active; } .attr-sort-ASC { position: relative; &:after { content: '\2193'; position: absolute; right: -1em; } } .attr-sort-DESC { position: relative; &:after { content: '\2191'; position: absolute; right: -1em; } } } 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lato_core-2.2.2 | app/assets/stylesheets/lato_core/base/_table.scss |