Sha256: 33bb52ef5dae478ce677fc28d90b3a2914a4a50ade460890f24f341a543cec6b
Contents?: true
Size: 682 Bytes
Versions: 8
Compression:
Stored size: 682 Bytes
Contents
table.table { width: 100%; max-width: 100%; border-collapse: collapse; th { border-top: 1px solid $table-line-color; border-bottom: 1px solid $table-line-color; padding: $table-th-padding; font-size: $font-size-xs; font-weight: normal; line-height: 1.125; color: $lighter-grey-color; text-align: left; } td { border-bottom: 1px solid $table-line-color; padding: $table-td-padding; line-height: 1.125; text-align: left; } th.align-left, td.align-left { text-align: left; } th.align-right, td.align-right { text-align: right; } th.align-center, td.align-center { text-align: center; } }
Version data entries
8 entries across 8 versions & 1 rubygems