woocommerce/plugins/woocommerce-admin/client/marketing/overview-multichannel/DiscoverTools/DiscoverTools.scss

25 lines
430 B
SCSS

.woocommerce-marketing-discover-tools-card {
// place the spinner in the center of the card.
.woocommerce-spinner {
display: block;
margin: auto;
}
}
.woocommerce-marketing-discover-tools-card-body-empty-content {
width: 50%;
margin: auto;
text-align: center;
svg {
background-color: #f6f7f7;
border-radius: 28px;
margin-bottom: $gap-smallest;
}
div {
color: $gray-700;
margin-bottom: $gap-smaller;
}
}