Sha256: 05ea29e885523b8bb394ce06074b4139d8f9ba3675f481c237aa97dc836dbcd2
Contents?: true
Size: 755 Bytes
Versions: 2
Compression:
Stored size: 755 Bytes
Contents
// ---------------------------------------------------------------------------- // Sass declarations // ---------------------------------------------------------------------------- $background-color: #eb9c3c; $title-color: rgba(255, 255, 255, 0.7); $moreinfo-color: rgba(255, 255, 255, 0.7); // ---------------------------------------------------------------------------- // Widget-comment styles // ---------------------------------------------------------------------------- .widget-comments { background-color: $background-color; .title { color: $title-color; margin-bottom: 15px; } .name { padding-left: 5px; } .comment-container { display: none; } .more-info { color: $moreinfo-color; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dashing-1.0 | templates/project/widgets/comments/comments.scss |
dashing-0.1.2 | templates/project/widgets/comments/comments.scss |