File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed
Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gem 'bcrypt', '~> 3.1.7'
1616gem 'rails-i18n'
1717gem 'rollbar'
1818gem 'devise' , '~> 4.4.0'
19- gem 'activeadmin' , '~> 1.0 .0'
19+ gem 'activeadmin' , '~> 1.1 .0'
2020gem 'paperclip'
2121gem 'aws-sdk' , '~> 1.5'
2222gem 'email_validator'
Original file line number Diff line number Diff line change 2121 erubis (~> 2.7.0 )
2222 rails-dom-testing (~> 1.0 , >= 1.0.5 )
2323 rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
24- activeadmin (1.0 .0 )
24+ activeadmin (1.1 .0 )
2525 arbre (>= 1.1.1 )
26- bourbon
2726 coffee-rails
2827 formtastic (~> 3.1 )
2928 formtastic_i18n
3029 inherited_resources (~> 1.7 )
3130 jquery-rails
32- jquery-ui-rails
3331 kaminari (>= 0.15 , < 2.0 )
3432 railties (>= 4.2 , < 5.2 )
3533 ransack (~> 1.3 )
36- sass-rails
34+ sass ( ~> 3.1 )
3735 sprockets (< 4.1 )
3836 activejob (4.2.11.3 )
3937 activesupport (= 4.2.11.3 )
6967 bcrypt (3.1.18 )
7068 binding_of_caller (0.7.2 )
7169 debug_inspector (>= 0.0.1 )
72- bourbon (7.2.0 )
73- thor (~> 1.0 )
7470 builder (3.2.4 )
7571 byebug (11.1.3 )
7672 capistrano (3.17.1 )
239235 rails-dom-testing (~> 1.0 )
240236 railties (>= 4.2.0 )
241237 thor (>= 0.14 , < 2.0 )
242- jquery-ui-rails (6.0.1 )
243- railties (>= 3.2.16 )
244238 json (1.8.6 )
245239 kaminari (1.2.2 )
246240 activesupport (>= 4.1.0 )
@@ -392,7 +386,7 @@ PLATFORMS
392386 ruby
393387
394388DEPENDENCIES
395- activeadmin (~> 1.0 .0 )
389+ activeadmin (~> 1.1 .0 )
396390 asset_sync
397391 aws-sdk (~> 1.5 )
398392 bcrypt (~> 3.1.7 )
Original file line number Diff line number Diff line change 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.scss` in the
5+ // Active Admin source.
6+ //
7+ // For example, to change the sidebar width:
8+ // $sidebar-width: 242px;
9+
10+ // Active Admin's got SASS!
11+ @import " active_admin/mixins" ;
12+ @import " active_admin/base" ;
13+
14+ // Overriding any non-variable SASS must be done after the fact.
15+ // For example, to change the default status-tag color:
16+ //
17+ // .status_tag { background: #6090DB; }
You can’t perform that action at this time.
0 commit comments