Sha256: ed5e99aa6ab56307ff2dda2f9a7c609e399865dba1d1ead8e463961a38e8f9a6
Contents?: true
Size: 708 Bytes
Versions: 58
Compression:
Stored size: 708 Bytes
Contents
// Activity feed list items .activity-feed-item { position: relative; padding: 0 0 $spacer ($spacer * 1.5); border: none; z-index: 0; &::after { position: absolute; top: 0; left: ($spacer * .5); bottom: 0; z-index: 0; border-left: $border-width solid $border-color; content: ""; } &:last-child { padding-bottom: 0; &::after { display: none; } } .activity-icon { position: absolute; top: 0; left: 0; display: block; width: $spacer; height: $spacer; font-size: $font-size-sm; line-height: $spacer; z-index: 1; text-align: center; @include border-radius(50%); box-shadow: 0 0 0 2px rgba(255,255,255,1); } }
Version data entries
58 entries across 58 versions & 1 rubygems