Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Captive-Studio/captive_admin

Repository files navigation

CaptiveAdmin

License: MIT Gem Version

A UI theme for ActiveAdmin that follows Captive's Design System

Screenshot

Installation

  • 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";

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.