Sha256: 5b5d3a383253c4b660c42eb8aa619e54f682ba0848c583c787b8aaac96d61456
Contents?: true
Size: 625 Bytes
Versions: 38
Compression:
Stored size: 625 Bytes
Contents
// SASS variable overrides must be declared before loading up Active Admin's styles. // // To view the variables that Active Admin provides, take a look at // `app/assets/stylesheets/active_admin/mixins/_variables.scss` in the // Active Admin source. // // For example, to change the sidebar width: // $sidebar-width: 242px; // Active Admin's got SASS! //@import "active_admin/mixins"; //@import "active_admin/base"; @import 'active_admin/admin_bootstrap'; // Overriding any non-variable SASS must be done after the fact. // For example, to change the default status-tag color: // // .status_tag { background: #6090DB; }
Version data entries
38 entries across 38 versions & 1 rubygems