2022-12-09 17:37:21 +00:00
|
|
|
.woocommerce-marketing-installed-channel-card-body {
|
2022-12-13 13:36:09 +00:00
|
|
|
.woocommerce-marketing-sync-status {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: $gap-smallest;
|
|
|
|
|
|
|
|
&__failed {
|
|
|
|
color: $alert-red;
|
|
|
|
fill: $alert-red;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__syncing {
|
|
|
|
color: #008a20;
|
|
|
|
fill: #008a20;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__synced {
|
|
|
|
color: #008a20;
|
|
|
|
fill: #008a20;
|
|
|
|
}
|
|
|
|
}
|
2022-12-09 17:37:21 +00:00
|
|
|
}
|