woocommerce/plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/InstalledChannelCardBody.scss

23 lines
333 B
SCSS
Raw Normal View History

.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;
}
}
}