28 lines
556 B
SCSS
28 lines
556 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;
|
|
}
|
|
}
|
|
}
|