Sha256: f45768e811d685379c8cea5f5aae01286c0789e3fde28f70d0f3358df2bc839f
Contents?: true
Size: 938 Bytes
Versions: 1
Compression:
Stored size: 938 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, 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 other CSS/SCSS * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * *= require_tree . *= require_self *= require font-awesome *= require 'select2' *= require bootstrap/dist/css/bootstrap */ .error-color { color: red; } .select2.select2-container { width: 100% !important; } .select2-selection { height: 40px !important; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-admin-0.1.0 | lib/generators/cm_admin/templates/assets/stylesheets/application.css.scss |