All Projects β†’ activeadmin-plugins β†’ Active_admin_theme

activeadmin-plugins / Active_admin_theme

Licence: mit
πŸ‘ flat skin for activeadmin

Projects that are alternatives of or similar to Active admin theme

Activeadmin blaze theme
ActiveAdmin theme based on Blaze CSS toolkit
Stars: ✭ 35 (-77.27%)
Mutual labels:  activeadmin, scss
Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (+30.52%)
Mutual labels:  activeadmin, scss
Grass
A near-feature-complete Sass compiler written purely in Rust
Stars: ✭ 143 (-7.14%)
Mutual labels:  scss
Whimsical
A curated list of websites with an extra bit of fun.
Stars: ✭ 153 (-0.65%)
Mutual labels:  scss
React Redux Architecture
Learn how to architect a React Redux application in a classy way
Stars: ✭ 148 (-3.9%)
Mutual labels:  scss
Todogroup.org
The group for companies that run open source programs
Stars: ✭ 144 (-6.49%)
Mutual labels:  scss
Sass Spec
Official Sass Spec Suite
Stars: ✭ 151 (-1.95%)
Mutual labels:  scss
Jekyll Text Theme
πŸ’Ž 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+1296.1%)
Mutual labels:  scss
Nice Router Taro
nice-router 第0ι€‚εˆεŽη«―η¨‹εΊε‘˜ηš„ε‰η«―ε°η¨‹εΊεΌ€ε‘ζ‘†ζžΆ
Stars: ✭ 152 (-1.3%)
Mutual labels:  scss
Font awesome5 rails
font_awesome_5_rails is font awesome 5 gem bundled for rails asset pipeline
Stars: ✭ 148 (-3.9%)
Mutual labels:  scss
React Native Sass Transformer
Use Sass to style your React Native apps.
Stars: ✭ 151 (-1.95%)
Mutual labels:  scss
Carettab
CaretTab - New Tab Page Replacement
Stars: ✭ 147 (-4.55%)
Mutual labels:  scss
Vulkan Guide
Introductory guide to vulkan.
Stars: ✭ 136 (-11.69%)
Mutual labels:  scss
Skeleton Sass
Skeleton Sass is a highly modular version of Skeleton CSS
Stars: ✭ 151 (-1.95%)
Mutual labels:  scss
Csscreatures
Make a creature by tweeting to @csscreatures
Stars: ✭ 144 (-6.49%)
Mutual labels:  scss
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (+0%)
Mutual labels:  scss
Bulma Scss
Bulma SCSS - The Bulma CSS Framework files converted to SCSS syntax
Stars: ✭ 143 (-7.14%)
Mutual labels:  scss
Card
πŸ’³ make your credit card form better in one line of code
Stars: ✭ 11,365 (+7279.87%)
Mutual labels:  scss
Stackbit Theme Planty
Planty is an e-commerce ready theme for Stackbit, powered by Snipcart.
Stars: ✭ 151 (-1.95%)
Mutual labels:  scss
Gatsby Serif Theme
Serif is a beautiful small business theme for Gatsby.
Stars: ✭ 153 (-0.65%)
Mutual labels:  scss

ActiveAdminTheme

Custom ActiveAdmin templates

Installation

As active_skin is the css theme for the activeadmin administration framework - you have to install if first.

Having active admin installed add the following line to your application's Gemfile:

gem 'active_admin_theme'

And then execute:

$ bundle

Or install it yourself as:

$ gem install active_admin_theme

Usage

@import "wigu/active_admin_theme";

You can change basic colors of the theme by setting some variable above active_admin_theme import line in active_admin.css.scss

...
$skinMainFirstColor: #A5A7AA!default;
$skinMainSecondColor: #0066CC!default;
$skinBorderWindowColor: #B8BABE!default;

@import "wigu/active_admin_theme";
...

Screen

Contributing

  1. Fork it ( https://github.com/activeadmin-plugins/active_admin_theme/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 a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].