Sha256: fffd6419dd02dd18d75fd05b1254e661f14862f4055d6f012217f5185b1730c5
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
#sortable { .sortable-handle { &::before { content: '\f0dc'; font-family: 'Font Awesome 5 Free'; font-weight: 900; } } tr:nth-child(1), tr:last-child { .sortable-handle::before { font-family: 'Font Awesome 5 Free'; font-weight: 900; } } tr:nth-child(1) .sortable-handle::before { content: '\f0dd'; } tr:last-child .sortable-handle::before { content: '\f0de'; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.4.0 | app/themes/default/assets/stylesheets/default/backend/_entries.scss |