show nice marketplace linkout when there are no product metabox suggestions

This commit is contained in:
haszari 2019-03-12 13:41:51 +13:00
parent e3d891868d
commit fef1b0f7e0
4 changed files with 24 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,27 @@ a.suggestion-dismiss::before {
}
}
.marketplace-suggestions-metabox-nosuggestions-placeholder {
max-width: 325px;
margin: auto;
margin-top: 4em;
text-align: center;
.marketplace-suggestion-placeholder-content {
margin-bottom: 1em;
}
h4,
a,
p {
margin: auto;
text-align: center;
display: block;
margin-top: 0.75em;
line-height: 1.75;
}
}
.marketplace-suggestions-container.showing-suggestion {
text-align: left;

File diff suppressed because one or more lines are too long