Sha256: efc5502bdf95c8a6e25d63ff73cc69ef6764600f819302dfba6e078b9492df9d
Contents?: true
Size: 583 Bytes
Versions: 21
Compression:
Stored size: 583 Bytes
Contents
.block.results-entry { cursor: pointer; grid-gap: 5px; padding: 10px; display: grid; &:hover { background-color: rgba(black,10%); } } .block.results-entry:first-of-type { margin-top: 10px; } .block.results-entry:last-of-type { margin-bottom: 10px; } .block.results-info { justify-content: flex-start; grid-auto-flow: column; align-items: center; line-height: 1; grid-gap: 7px; display: grid; } .block.results-dot { background-color: map-get($color,gun); border-radius: 50%; position: relative; height: 15px; width: 15px; top: 1px; }
Version data entries
21 entries across 21 versions & 1 rubygems