Sha256: 6275ad6b138cab91ea5b1479f3166b6edf763250a9b6368eb018a45add6023bd

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
.unread {
    color: blue !important;
}

.unread .counter {
    color: red !important;
}

.read {
    color: #666666 !important;
}

.read .counter {
    color: green !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discussion-0.0.1 test/dummy/app/assets/stylesheets/application.css