Skip to content

Commit

Permalink
better description for customizing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed May 4, 2012
1 parent ecb9ade commit 497281b
Showing 1 changed file with 10 additions and 3 deletions.
@@ -1,6 +1,13 @@
// Active Admin CSS Styles
// Variable overrides must be declared before loading up Active Admin's styles. The variables in
// question are defined in the gem at /app/assets/stylesheets/active_admin/mixins/_variables.css.scss
// For example, to change the sidebar width:
// $sidebar-width: 242px;

// Active Admin's got SASS!
@import "active_admin/mixins";
@import "active_admin/base";

// To customize the Active Admin interfaces, add your
// styles here:
// Overriding any non-variable SASS must be done after the fact.
// For example, to change the default status-tag color:
// .status { & { background: #6090DB;} }

0 comments on commit 497281b

Please sign in to comment.