Submit
Path:
~
/
home
/
getwphos
/
public_html
/
new-cytogenx
/
wp-content
/
plugins
/
woocommerce
/
assets
/
css
/
File Content:
marketplace-suggestions.scss
/** * marketplace-suggestions.scss * Styling for in-product marketplace suggestions. */ @import "mixins"; @import "variables"; $suggestions-pale-gray: #ddd; $suggestions-metabox-pale-gray: #eee; $suggestions-copy-text: #444; a.suggestion-dismiss { border: none; box-shadow: none; color: $suggestions-pale-gray; } a.suggestion-dismiss:hover { color: #aaa; } a.suggestion-dismiss::before { @include iconbeforedashicons( "\f335" ); font-size: 1.5em; } #woocommerce-product-data ul.wc-tabs li.marketplace-suggestions_tab { a::before { @include iconbeforedashicons( "\f106" ); @media only screen and (max-width: 900px) { line-height: 40px; } } a span { margin: 0 0.618em; } } .marketplace-suggestions-metabox-nosuggestions-placeholder { max-width: 325px; margin: 2em auto; 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; .marketplace-suggestion-container { align-items: flex-start; display: flex; flex-direction: column; // Allows us to position the dismiss x button // relative to container on mobile. position: relative; img.marketplace-suggestion-icon { height: 40px; margin: 0; margin-right: 1.5em; flex: 0 0 40px; } .marketplace-suggestion-container-content { flex: 1 1 60%; h4 { margin: 0; } p { margin: 0; margin-top: 4px; color: $suggestions-copy-text; } } .marketplace-suggestion-container-cta { flex: 1 1 30%; min-width: 160px; text-align: right; .suggestion-dismiss { text-decoration: none; position: absolute; top: 1em; right: 1em; } } } @media screen and (min-width: 600px) { .marketplace-suggestion-container { align-items: center; flex-direction: row; img.marketplace-suggestion-icon { // display: inline-block; } } } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"] { .marketplace-suggestion-container { .marketplace-suggestion-container-content { h4 { font-size: 1.1em; margin: 0; margin-bottom: 0; } } } } // Additional breathing space margin under empty-state footer. .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"] { margin-bottom: 6em; } // Optimise footer suggestion layout for left-aligned CTA link button only. .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"] { .marketplace-suggestion-container { flex-direction: row-reverse; .marketplace-suggestion-container-cta { text-align: left; } .marketplace-suggestion-container-content.has-manage-link { text-align: right; } } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-body"] { .marketplace-suggestion-container { padding: 1em 1.5em; .marketplace-suggestion-container-content { p { padding: 0; line-height: 1.5; } } } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"] { .marketplace-suggestion-container { padding: 1.5em; } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-body"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-body"] { .marketplace-suggestion-container { padding: 0.75em 1.5em; &:first-child { padding-top: 1.5em; } &:last-child { padding-bottom: 1.5em; } .marketplace-suggestion-container-content { p:last-child { margin-bottom: 0; } } } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-body"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-body"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-body"] { // hide by default (mobile first) display: none; .marketplace-suggestion-container .marketplace-suggestion-container-cta { a.button { display: inline-block; min-width: 120px; text-align: center; margin: 0; } a.linkout { font-size: 1.1em; text-decoration: none; } a.linkout .dashicons { margin-left: 4px; bottom: 2px; position: relative; } .suggestion-dismiss { position: relative; top: 5px; right: auto; margin-left: 1em; } } @media screen and (min-width: 600px) { // Display onboarding table suggestion on desktop only. (for now) // There's limited room on mobile, and there are edge-case // styling issues in some browsers. display: block; } } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"] { border: none; } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-body"] { border: none; border-top: 1px solid $suggestions-metabox-pale-gray; border-bottom: 1px solid $suggestions-metabox-pale-gray; } .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-body"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-header"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"], .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-body"] { border: 1px solid $suggestions-pale-gray; border-bottom: none; &:last-child { border-bottom: 1px solid $suggestions-pale-gray; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
jquery-ui
---
0755
photoswipe
---
0755
activation-rtl.css
981 bytes
0644
activation.scss
893 bytes
0644
admin-rtl.css
339915 bytes
0644
admin.css
339797 bytes
0644
auth-rtl.css
2445 bytes
0644
dashboard-rtl.css
4912 bytes
0644
dashboard-setup-rtl.css
661 bytes
0644
dashboard-setup.css
660 bytes
0644
dashboard-setup.scss
736 bytes
0644
dashboard.css
4909 bytes
0644
helper-rtl.css
16884 bytes
0644
helper.css
16884 bytes
0644
marketplace-suggestions-rtl.css
21107 bytes
0644
marketplace-suggestions.css
21108 bytes
0644
marketplace-suggestions.scss
8745 bytes
0644
menu-rtl.css
4819 bytes
0644
menu.css
4818 bytes
0644
network-order-widget-rtl.css
2376 bytes
0644
network-order-widget.css
2376 bytes
0644
network-order-widget.scss
1491 bytes
0644
prettyPhoto-rtl.css
9079 bytes
0644
prettyPhoto.css
9062 bytes
0644
prettyPhoto.scss
8028 bytes
0644
privacy-rtl.css
1646 bytes
0644
privacy.css
1645 bytes
0644
privacy.scss
2031 bytes
0644
reports-print-rtl.css
1275 bytes
0644
reports-print.css
1272 bytes
0644
reports-print.scss
1550 bytes
0644
select2.css
14552 bytes
0644
twenty-nineteen-rtl.css
20705 bytes
0644
twenty-nineteen.css
20701 bytes
0644
twenty-nineteen.scss
18691 bytes
0644
twenty-seventeen-rtl.css
18762 bytes
0644
twenty-seventeen.css
18755 bytes
0644
twenty-seventeen.scss
17036 bytes
0644
twenty-twenty-one-admin-rtl.css
107 bytes
0644
twenty-twenty-one-admin.css
107 bytes
0644
twenty-twenty-one-admin.scss
172 bytes
0644
twenty-twenty-one-rtl.css
54030 bytes
0644
twenty-twenty-one.css
54019 bytes
0644
twenty-twenty-one.scss
43434 bytes
0644
twenty-twenty-rtl.css
40968 bytes
0644
twenty-twenty-three-rtl.css
28649 bytes
0644
twenty-twenty-three.css
28625 bytes
0644
twenty-twenty-three.scss
20383 bytes
0644
twenty-twenty-two-rtl.css
33310 bytes
0644
twenty-twenty-two.css
33288 bytes
0644
twenty-twenty-two.scss
20822 bytes
0644
twenty-twenty.css
40955 bytes
0644
twenty-twenty.scss
32993 bytes
0644
wc-setup-rtl.css
29510 bytes
0644
wc-setup.css
29495 bytes
0644
wc-setup.scss
24652 bytes
0644
woocommerce-blocktheme-rtl.css
8969 bytes
0644
woocommerce-blocktheme.css
8974 bytes
0644
woocommerce-blocktheme.scss
9427 bytes
0644
woocommerce-layout-rtl.css
17691 bytes
0644
woocommerce-layout.css
17688 bytes
0644
woocommerce-layout.scss
7900 bytes
0644
woocommerce-rtl.css
77218 bytes
0644
woocommerce-smallscreen-rtl.css
7046 bytes
0644
woocommerce-smallscreen.css
7043 bytes
0644
woocommerce-smallscreen.scss
3034 bytes
0644
woocommerce.css
77174 bytes
0644
woocommerce.scss
36851 bytes
0644
N4ST4R_ID | Naxtarrr