A UI theme for ActiveAdmin that follows Captive's Design System
- Add this to you Gemfile:
gem 'captive_admin'
-
Run
bundle install
-
Edit
active_admin.scss
file- Remove these two lines
@import "active_admin/mixins"; @import "active_admin/base";
- Replace with these two lines
@import "captive_admin/mixins"; @import "captive_admin/base";
Bug reports and pull requests are welcome on GitHub at https://github.com/Captive-Studio/captive_admin.
The gem is available as open source under the terms of the MIT License.