2019-02-12 23:18:39 +00:00
|
|
|
/**
|
|
|
|
* marketplace-suggestions.scss
|
|
|
|
* Styling for in-product marketplace suggestions.
|
|
|
|
*/
|
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
.marketplace-table-banner {
|
2019-02-13 01:49:28 +00:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
td.marketplace-table-title {
|
2019-02-13 21:53:25 +00:00
|
|
|
padding-left: 4em;
|
|
|
|
}
|
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
td.marketplace-table-linkout {
|
2019-02-13 01:49:28 +00:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 782px) {
|
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
.marketplace-table-banner {
|
2019-02-13 01:49:28 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-02-12 23:18:39 +00:00
|
|
|
|
2019-02-13 00:54:05 +00:00
|
|
|
.marketplace-suggestions-container[data-marketplace-suggestions-context="products-list-empty-body"] {
|
2019-02-13 23:16:59 +00:00
|
|
|
margin-top: 4em;
|
|
|
|
text-align: left;
|
2019-02-13 00:54:05 +00:00
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
.marketplace-listitem-container {
|
|
|
|
border-top: 1px solid #ccc;
|
2019-02-14 01:03:36 +00:00
|
|
|
margin-top: 2em;
|
2019-02-13 01:32:36 +00:00
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
h4 {
|
2019-02-13 01:32:36 +00:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2019-02-13 23:16:59 +00:00
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button {
|
|
|
|
display: inline-block;
|
2019-02-13 01:32:36 +00:00
|
|
|
}
|
2019-02-13 00:54:05 +00:00
|
|
|
}
|
2019-02-13 23:16:59 +00:00
|
|
|
|
2019-02-13 00:54:05 +00:00
|
|
|
}
|