Sha256: 0783ce95638f54255ddc4a4b52c932335f2a8c1d1306797bbcd52317805f924a
Contents?: true
Size: 665 Bytes
Versions: 62
Compression:
Stored size: 665 Bytes
Contents
.history-items-list { position: relative; list-style: none; padding: 0; .history-item { position: relative; padding: 0 0 40px 8px; &::after { content: ""; position: absolute; top: 9px; left: -3px; display: block; height: 5px; width: 5px; background-color: var(--bs-secondary-color); border-radius: $circle; } &::before { content: ""; position: absolute; top: 9px; left: -1px; height: 100%; border-left: 1px solid var(--bs-border-color); } &:last-child { padding-bottom: 0; &::before { border: none; } } } }
Version data entries
62 entries across 62 versions & 1 rubygems