Sha256: eca0f33d5d73ab8efd9f71c276bc97e8931d8ac092909cd30d23239418e3297b
Contents?: true
Size: 653 Bytes
Versions: 62
Compression:
Stored size: 653 Bytes
Contents
.comments-wrapper { padding: 24px; .comment-card { @extend .card; margin: 8px 0; background-color: $card-grey-lighter-clr; border: none; .comment { @extend .d-flex; gap: 8px; .profile-pic { width: 32px; height: 32px; @extend .rounded-circle; } .comment-info { .user-name { @extend .fw-semibold; color: $ink-regular-clr; } .timing { @extend .text-body-tertiary, .fw-normal; } .comment-text { color: $ink-regular-clr; max-width: 656px; margin: 0; } } } } }
Version data entries
62 entries across 62 versions & 1 rubygems