Sha256: 3fd424a90229c2e311e7930810d24f240ab1aa8a36cb24388e88d1e2424ad53c
Contents?: true
Size: 609 Bytes
Versions: 49
Compression:
Stored size: 609 Bytes
Contents
// // comment.scss // Dashkit component // // Comment // // General styles .comment { margin-bottom: $comment-margin-bottom; } .comment-body { display: inline-block; padding: $comment-body-padding-y $comment-body-padding-x; background-color: $comment-body-bg; border-radius: $comment-body-border-radius; } .comment-time { display: block; margin-bottom: $comment-time-margin-bottom; font-size: $comment-time-font-size; color: $comment-time-color; } .comment-text { font-size: $comment-body-font-size; } .comment-text:last-child { margin-bottom: 0; }
Version data entries
49 entries across 49 versions & 1 rubygems