izzm / active_skin

Flat skin for active admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveSkin

Flat skin for active admin.

Gem Version Code Climate

Screens

Installation

Add this line to your application's Gemfile:

gem 'active_skin'

Usage

inlcude active skin css

# active_admin.css.scss

@import "active_admin/mixins";
@import "active_admin/base";
...
@import "active_skin";
...

Add logo to app/assets/images/admin_logo.png (max 130x40px, best 100x25px)

You can even change basic colors of the theme by placing some variables above import line in active_admin.css.scss

...
$skinActiveColor: #001cee;
$skinHeaderBck: #002744;
$panelHeaderBck: #002744;

@import "active_skin";
...

Color examples

Contributing

  1. Fork it ( http://github.com/KMPgroup/active_skin/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Flat skin for active admin.

License:MIT License