lib/generators/active_admin/assets/templates/3.1/active_admin.css.scss in activeadmin-0.6.0 vs lib/generators/active_admin/assets/templates/3.1/active_admin.css.scss in activeadmin-0.6.1

- old
+ new

@@ -12,18 +12,6 @@ @import "active_admin/base"; // Overriding any non-variable SASS must be done after the fact. // For example, to change the default status-tag color: // -// body.active_admin { -// .status_tag { background: #6090DB; } -// } -// -// Notice that Active Admin CSS rules are nested within a -// 'body.active_admin' selector to prevent conflicts with -// other pages in the app. It is best to wrap your changes in a -// namespace so they are properly recognized. You have options -// if you e.g. want different styles for different namespaces: -// -// .active_admin applies to any Active Admin namespace -// .admin_namespace applies to the admin namespace (eg: /admin) -// .other_namespace applies to a custom namespace named other (eg: /other) +// .status_tag { background: #6090DB; }