cprodhomme / arctic_admin

Responsive Theme for ActiveAdmin

Home Page:https://arcticadmin.osc-fr1.scalingo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User and Logout Icons

mdagraca opened this issue · comments

Hi !!!
Is there a way to change the user and logout icons colors?
Thanks

Hello @mdagraca

Thanks for the idea !

Sorry for the late

You can customise this variable now :

$font-icon: 'Font Awesome 5 Free', 'Font Awesome 5 Pro' !default;

$icon-user: "\f007" !default;
$icon-logout: "\f2f5" !default;

$icon-menu: "\f0c9" !default;

$icon-down: "\f0d7" !default;
$icon-up: "\f0d8" !default;

$icon-sort: "\f0dc" !default;
$icon-sort-down: "\f0dd" !default;
$icon-filter: "\f0b0" !default;

i will make a new version with this feature soon