mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
fix(iot): use proper theme variable in status card
This commit is contained in:
parent
39272ba2ce
commit
6adefaf9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
-webkit-transform-style: preserve-3d;
|
-webkit-transform-style: preserve-3d;
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
color: nb-theme(text-alternate-color);
|
color: nb-theme(text-control-color);
|
||||||
|
|
||||||
@each $status in nb-get-statuses() {
|
@each $status in nb-get-statuses() {
|
||||||
&.status-#{$status} {
|
&.status-#{$status} {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue