lighter icon color for categories-admin-actions
This commit is contained in:
parent
a9aa11d7c4
commit
ab700d86ba
|
@ -2,4 +2,8 @@
|
||||||
.select-box-body {
|
.select-box-body {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-box-row .icons .d-icon {
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue