Sha256: 9f5fe968dc178467143ed7f95e427549dda3727c5ec6311b08acaf451192820e
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
table { width: $table-width; border: $table-border; th, td { padding: $table-cell-padding; } thead tr { background: $table-header-background; th { color: $table-header-color; font-weight: $table-header-font-weight; } } tbody tr { &:nth-child(even) { background: $table-cell-accent-background; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/partials/_tables.scss |