Sha256: 00789494d9eb9a5f371bd38c6df8c45f9afb66e7c2805ae0db563e042ce2df58
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
.h-table { thead, tfoot { text-transform: uppercase; color: $table-color; letter-spacing: 0.05em; font-size: $font-size-base * 0.85; position: relative; } a { color: $body-color; text-decoration: none; font-weight: $headings-font-weight; &:hover { text-decoration: underline; } } .table-drag-sort-handle { cursor: move; } } .h-table-actions { position: absolute; top: 0; right: 0; width: calc(100% - 54px); background: $table-striped-bg; padding: 0.3rem 0.3rem 0.26rem 0.3rem !important; .form-select { width: 300px; max-width: 100%; } } .h-table-cell-color { width: 22px; height: 22px; border-radius: 3px; background-color: var(--cell-color); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.5.1 | app/assets/stylesheets/headmin/table.scss |