Repository URL to install this package:
Version:
0.2.6 ▾
|
app |
lib |
CHANGELOG.md |
MIT-LICENSE |
README.md |
Rakefile |
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.
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.
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
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.