Sha256: 2c5b6ca4ffa488858a41b279f8a57ef1cf5a8bea071780632c0e0a145bbae978
Contents?: true
Size: 737 Bytes
Versions: 31
Compression:
Stored size: 737 Bytes
Contents
@import "../helpers/index.scss"; @import "../dependency/bootstrap/scss/bootstrap"; .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
31 entries across 31 versions & 1 rubygems