No release in over a year
A collection of small visual improvements to classic ActiveAdmin theme. This gem provides Sass files that you can include via Sprockets.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13
~> 3
~> 2, >= 2.0.0

Runtime

 Project Readme

Tiny improvements to the default theme of ActiveAdmin

Gem Version

What it does

It’s a collection of CSS files with rules that make small improvements to the default theme, like increasing font size in textareas.

Installation

Add this line to your application's Gemfile:

gem "activeadmin_tiny_improvements"

Import our Sass file “activeadmin-tiny-improvements” in your CSS entrypoint that compiles ActiveAdmin CSS files:

// app/assets/stylesheets/active_admin.sass

// Your regular ActiveAdmin files
@import "active_admin/mixins"
@import "active_admin/base"
@import ...

// This gem’s files
@import "activeadmin-tiny-improvements"

ActiveAdmin version compatibility

The current version of ActiveAdmin is 2.13.1. Our styles are and will be targeted on the latest version.