lighter icon color for categories-admin-actions

This commit is contained in:
Joffrey JAFFEUX 2017-09-09 01:52:36 +02:00 committed by GitHub
parent a9aa11d7c4
commit ab700d86ba
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@
.select-box-body {
min-width: auto;
}
.select-box-row .icons .d-icon {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
}
}