17 lines
272 B
SCSS
17 lines
272 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|