show nice marketplace linkout when there are no product metabox suggestions
This commit is contained in:
parent
e3d891868d
commit
fef1b0f7e0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
Loading…
Reference in New Issue