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