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

53 lines
1003 B
SCSS

.woocommerce-marketing-campaigns-card {
.woocommerce-marketing-campaigns-card-body-empty-content {
width: 50%;
margin: auto;
text-align: center;
svg {
fill: $studio-woocommerce-purple-50;
background-color: #f6f7f7;
border-radius: 28px;
margin-bottom: $gap-smallest;
}
div.woocommerce-marketing-campaigns-card-body-empty-content-title {
font-size: 13px;
font-weight: 600;
line-height: 16px;
color: $gray-900;
margin-bottom: $gap-smallest;
}
div {
color: $gray-700;
margin-bottom: $gap-smallest;
}
}
.woocommerce-marketing-campaign-logo {
img {
display: block;
}
}
.woocommerce-marketing-campaign-title {
a {
color: #007cba;
font-weight: 600;
text-decoration: none;
}
}
.woocommerce-marketing-campaign-description {
color: $gray-700;
}
.woocommerce-marketing-campaigns-card-footer {
justify-content: center;
// Remove the border-top because the table cells already has a border-bottom.
border-top: none;
}
}