styling products empty state OBW style, including existing add/import + suggestions
This commit is contained in:
parent
c9f9d01f4b
commit
8db91f44c0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5517,10 +5517,6 @@
|
|||
@include icon( '\e600' );
|
||||
}
|
||||
|
||||
.post-type-product .woocommerce-BlankState-message::before {
|
||||
@include icon( '\e006' );
|
||||
}
|
||||
|
||||
.woocommerce-BlankState--api .woocommerce-BlankState-message::before {
|
||||
@include icon( '\e01c' );
|
||||
}
|
||||
|
@ -5529,28 +5525,40 @@
|
|||
@include icon( '\e01b' );
|
||||
}
|
||||
|
||||
.woocommerce-BlankState {
|
||||
.post-type-product .woocommerce-BlankState {
|
||||
background-color: white;
|
||||
max-width: 800px;
|
||||
padding: 4em 6em;
|
||||
text-align: center;
|
||||
padding: 5em 0 0;
|
||||
margin: auto;
|
||||
|
||||
.woocommerce-BlankState-message {
|
||||
margin: 0 auto 1.5em;
|
||||
line-height: 1.5em;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.woocommerce-BlankState-cta {
|
||||
font-size: 1.2em;
|
||||
padding: 0.75em 1.5em;
|
||||
margin: 0 .25em;
|
||||
height: auto;
|
||||
display: inline-block !important
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-BlankState {
|
||||
background-color: white;
|
||||
max-width: 800px;
|
||||
padding: 4em;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
|
||||
.woocommerce-BlankState-message {
|
||||
color: #aaa;
|
||||
margin: 0 auto 1.5em;
|
||||
line-height: 1.5em;
|
||||
font-size: 1.2em;
|
||||
max-width: 500px;
|
||||
|
||||
&::before {
|
||||
color: #ddd;
|
||||
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
|
||||
font-size: 8em;
|
||||
display: block;
|
||||
position: relative !important;
|
||||
top: auto;
|
||||
left: auto;
|
||||
line-height: 1em;
|
||||
margin: 0 0 0.1875em;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-BlankState-cta {
|
||||
|
|
|
@ -1 +1 @@
|
|||
.marketplace-list-banner h2{color:#555}.marketplace-list-banner td{vertical-align:middle}.marketplace-list-banner td.marketplace-list-title{padding-right:4em}.marketplace-list-banner td.marketplace-list-linkout{text-align:left;padding-left:3em}@media screen and (max-width:782px){.marketplace-list-banner{display:none}}.marketplace-suggestions-container{text-align:center;margin-top:2em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card{border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:1em;padding:1.5em;text-align:right;width:230px}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card h2{margin-top:0;margin-bottom:.5em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card .button{width:110px;text-align:center}
|
||||
.marketplace-table-banner h2{color:#555}.marketplace-table-banner td{vertical-align:middle}.marketplace-table-banner td.marketplace-table-title{padding-right:4em}.marketplace-table-banner td.marketplace-table-linkout{text-align:left;padding-left:3em}@media screen and (max-width:782px){.marketplace-table-banner{display:none}}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body]{margin-top:4em;text-align:right}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container{border-top:1px solid #ccc}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container h4{margin-bottom:.5em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container p{margin-top:0}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container a.button{display:inline-block}
|
|
@ -1 +1 @@
|
|||
.marketplace-list-banner h2{color:#555}.marketplace-list-banner td{vertical-align:middle}.marketplace-list-banner td.marketplace-list-title{padding-left:4em}.marketplace-list-banner td.marketplace-list-linkout{text-align:right;padding-right:3em}@media screen and (max-width:782px){.marketplace-list-banner{display:none}}.marketplace-suggestions-container{text-align:center;margin-top:2em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card{border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:1em;padding:1.5em;text-align:left;width:230px}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card h2{margin-top:0;margin-bottom:.5em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-card .button{width:110px;text-align:center}
|
||||
.marketplace-table-banner h2{color:#555}.marketplace-table-banner td{vertical-align:middle}.marketplace-table-banner td.marketplace-table-title{padding-left:4em}.marketplace-table-banner td.marketplace-table-linkout{text-align:right;padding-right:3em}@media screen and (max-width:782px){.marketplace-table-banner{display:none}}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body]{margin-top:4em;text-align:left}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container{border-top:1px solid #ccc}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container h4{margin-bottom:.5em}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container p{margin-top:0}.marketplace-suggestions-container[data-marketplace-suggestions-context=products-list-empty-body] .marketplace-listitem-container a.button{display:inline-block}
|
|
@ -3,7 +3,7 @@
|
|||
* Styling for in-product marketplace suggestions.
|
||||
*/
|
||||
|
||||
.marketplace-list-banner {
|
||||
.marketplace-table-banner {
|
||||
|
||||
h2 {
|
||||
color: #555;
|
||||
|
@ -13,11 +13,11 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td.marketplace-list-title {
|
||||
td.marketplace-table-title {
|
||||
padding-left: 4em;
|
||||
}
|
||||
|
||||
td.marketplace-list-linkout {
|
||||
td.marketplace-table-linkout {
|
||||
text-align: right;
|
||||
padding-right: 3em;
|
||||
}
|
||||
|
@ -25,41 +25,29 @@
|
|||
|
||||
@media screen and (max-width: 782px) {
|
||||
|
||||
.marketplace-list-banner {
|
||||
.marketplace-table-banner {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.marketplace-suggestions-container {
|
||||
text-align: center;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.marketplace-suggestions-container[data-marketplace-suggestions-context="products-list-empty-body"] {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
.marketplace-card {
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
margin: 1em;
|
||||
padding: 1.5em;
|
||||
margin-top: 4em;
|
||||
text-align: left;
|
||||
width: 230px;
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
.marketplace-listitem-container {
|
||||
border-top: 1px solid #ccc;
|
||||
|
||||
h4 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 110px;
|
||||
text-align: center;
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
a.button {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
}
|
||||
|
||||
var marketplaceSuggestionsApiData = [
|
||||
{
|
||||
slug: 'products-empty-header',
|
||||
context: 'products-list-empty-header',
|
||||
title: 'Ready to start selling something awesome?',
|
||||
copy: 'Create your first product, import your product data, or browse extensions'
|
||||
},
|
||||
{
|
||||
slug: 'products-empty-memberships',
|
||||
context: 'products-list-empty-body',
|
||||
|
@ -86,11 +80,11 @@
|
|||
}
|
||||
|
||||
var row = document.createElement( 'tr' );
|
||||
row.classList.add( 'marketplace-list-banner' );
|
||||
row.classList.add( 'marketplace-table-banner' );
|
||||
|
||||
var titleColumn = document.createElement( 'td' );
|
||||
titleColumn.setAttribute( 'colspan', 5 );
|
||||
titleColumn.classList.add( 'marketplace-list-title' );
|
||||
titleColumn.classList.add( 'marketplace-table-title' );
|
||||
var titleHeading = document.createElement( 'h2' );
|
||||
titleColumn.append( titleHeading );
|
||||
titleHeading.textContent = title;
|
||||
|
@ -99,7 +93,7 @@
|
|||
|
||||
var linkoutColumn = document.createElement( 'td' );
|
||||
linkoutColumn.setAttribute( 'colspan', 4 );
|
||||
linkoutColumn.classList.add( 'marketplace-list-linkout' );
|
||||
linkoutColumn.classList.add( 'marketplace-table-linkout' );
|
||||
var linkoutButton = renderLinkoutButton( url, buttonText );
|
||||
linkoutColumn.append( linkoutButton );
|
||||
|
||||
|
@ -118,7 +112,7 @@
|
|||
}
|
||||
|
||||
var container = document.createElement( 'div' );
|
||||
container.classList.add( 'marketplace-list-container' );
|
||||
container.classList.add( 'marketplace-listitem-container' );
|
||||
|
||||
var titleHeading = document.createElement( 'h4' );
|
||||
titleHeading.textContent = title;
|
||||
|
|
Loading…
Reference in New Issue