Sha256: dc821a1640426e471866ab9e4e21af9192d60cf8f6ad1c553f80ed212668a61b
Contents?: true
Size: 859 Bytes
Versions: 7
Compression:
Stored size: 859 Bytes
Contents
.elements-table { overflow-y: scroll; overflow-x: scroll; box-sizing: border-box; padding: 1px; // FIX } .elements-table--fixed { position: relative; overflow: auto; } .elements-table__table { tr, td { min-width: 50px; } } .elements-table__head { } .elements-table__head--color { background: $table_head_color_background; color: $table_head_color_text; tr { background: $table_head_color_background; } } .elements-table__body { } .elements-table__body--hover { tr:hover { background-color: $table_row_color_background_hover; } } .elements-table__row { .boolean-value { width: 10px; height: 10px; display: block; border-radius: 50%; &.true { background-color: $table_row_color_boolean_true; } &.false { background-color: $table_row_color_boolean_false; } } }
Version data entries
7 entries across 7 versions & 1 rubygems