ayann / active_admin_flat_skin

Active Admin Flat theme design.
http://ayann.github.io/active_admin_flat_skin
MIT License
91 stars 62 forks source link

Can't change colors of theme #18

Closed TranBaVinhSon closed 2 years ago

TranBaVinhSon commented 6 years ago

I try to change basic colors of the theme by placing $skinActiveColor: #00d478;. But it didn't work

AnthonyLatty commented 6 years ago

The issue is how you layout your active_admin.scss file. Place your overridden styles before importing the core SASS file for active admin.

liurui12w commented 4 years ago

you can write app/assets/stylesheets/active_admin.scss. $skinActiveColor: #2866b1 !default; #first

@import "active_admin_flat_skin";#second import