Sha256: fdf8a26bbb92078a65681177f9370bbdaabbb2d84ab85ba529839aa1f6562590
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= required _colors *= require_tree . *= require_self */ @import "jquery-ui"; @import "jquery-ui/dialog"; @import 'bootstrap-sprockets'; @import 'bootstrap'; @import "rails_admin/theming"; @import 'devise'; @import 'animate'; @import 'mixins'; #new_user { background-color: red; } body { background-color: green; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thecore_ui_rails_admin-2.1.5 | app/assets/stylesheets/thecore_rails_admin.scss |