Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  app
  lib
  CHANGELOG.md
  MIT-LICENSE
  README.md
  Rakefile
Size: Mime:
  README.md

AdminStamp

This gem builds on the styling of Active Admin's. It is not a complete rework, yet, and as such still relies on AA's styles for a lot of things.

Usage

All variables that are in admin_stamp.scss are presented in active_admin.scss in the assets directory. Change these to change the logo, type, etc.

Be aware when changing admin_stamp.scss that many things might fall back to AA styling, or other gem's styling. Try to parse out as many things as you can to Variables, that can then be incorporated to active_admin.scss and thus changed at will.

Installation

Add this line to your application's Gemfile:

gem 'admin_stamp'

And then execute:

$ bundle

Or install it yourself as:

$ gem install admin_stamp

Lastly, to install

$ rails g admin_stamp:install

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.