active_admin.css.scss 585 B

1234567891011121314151617
  1. // SASS variable overrides must be declared before loading up Active Admin's styles.
  2. //
  3. // To view the variables that Active Admin provides, take a look at
  4. // `app/assets/stylesheets/active_admin/mixins/_variables.css.scss` in the
  5. // Active Admin source.
  6. //
  7. // For example, to change the sidebar width:
  8. // $sidebar-width: 242px;
  9. // Active Admin's got SASS!
  10. @import "active_admin/mixins";
  11. @import "active_admin/base";
  12. // Overriding any non-variable SASS must be done after the fact.
  13. // For example, to change the default status-tag color:
  14. //
  15. // .status_tag { background: #6090DB; }