Simplify RegisteredChannelCardBody CSS.
This commit is contained in:
parent
0c03fa2fb0
commit
316aad8b2e
|
@ -18,14 +18,10 @@
|
||||||
fill: $alert-red;
|
fill: $alert-red;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__syncing {
|
&__syncing,
|
||||||
color: #008a20;
|
|
||||||
fill: #008a20;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__synced {
|
&__synced {
|
||||||
color: #008a20;
|
color: $studio-green-50;
|
||||||
fill: #008a20;
|
fill: $studio-green-50;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue