\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /usr/local/sitepad/editor/site-data/plugins/kkart-pro/assets/css/

Viewing File: menu.scss

/**
 * menu.scss
 * Styles applied to dashboard menu items added via Kkart.
 * Adds icons to top level menu items, etc.
 */

/**
 * Imports
 */
@import 'mixins';
@import 'variables';
@import 'fonts';

/**
 * Styling begins
 */
#adminmenu #toplevel_page_kkart .menu-icon-generic div.wp-menu-image::before {
	font-family: 'Kkart' !important;
	content: '\e03d';
}

#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image::before,
#adminmenu #menu-posts-product .menu-icon-product div.wp-menu-image::before {
	font-family: 'Kkart' !important;
	content: '\e006';
}

#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before {
	font-family: 'Kkart' !important;
	content: '\e023';
	font-size: 1.3em !important;
}

span.mce_kkart_shortcodes_button {
	background-image: none !important;
	@include ir();

	&::before {
		@include icon( '\e01d' );
		font-size: 0.9em;
		line-height: 1.2;
	}
}

#kkart-update {
	.updating-message {
		.kkart_plugin_upgrade_notice {
			display: none;
		}
	}
	.dummy {
		display: none;
	}
	.kkart_plugin_upgrade_notice {
		font-weight: normal;
		background: #FFF8E5 !important;
		border-left: 4px solid #FFB900;
		border-top: 1px solid #FFB900;
		padding: 9px 0 9px 12px !important;
		margin: 0 -12px 0 -16px !important;

		&::before {
			content: '\f348';
			display: inline-block;
			font: 400 18px/1 dashicons;
			speak: none;
			margin: 0 8px 0 -2px;
			vertical-align: top;
		}

		&.minor,
		&.major {
			padding: 20px 0 !important;
			&::before {
				display: none;
			}
			p {
				padding: 0 20px;
				margin: 0;
				max-width: 700px;
				line-height: 1.5em;

				&::before {
					content: '';
					display: none;
				}
			}
			table.plugin-details-table {
				margin: .75em 0 0;
				tr {
					background: transparent none !important;
					border: 0 !important;
				}
				th, td {
					background: transparent none !important;
					margin: 0;
					padding: .75em 20px 0;
					border: 0 !important;
					font-size: 1em;
					box-shadow: none;
				}
				th {
					font-weight: bold;
				}
			}
		}
	}
}

#kkart_untested_extensions_modal {
	display: none;
}

.kkart_untested_extensions_modal_container {
	border-radius: 4px;
	padding: 0;

	#TB_closeAjaxWindow {
		display: none;
	}

	#TB_title {
		display: none;
	}

	#TB_ajaxContent {
		height: 100% !important;
		padding: 0;
		margin: 0;
		width: 100% !important;

		p {
			margin: 0 0 1em;
		}
	}
}

.kkart_untested_extensions_modal--content {
	h1 {
		margin: 2px 2px 0.5em;
		padding: .75em 1em;
		line-height: 1.5em;
		font-size: 2em;
		border-bottom: 1px solid #eee;
		color: #fff;
		background: #96578A;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		text-shadow: none;
	}

	.extensions_warning {
		padding: 0 2em;
	}

	.plugin-details-table-container {
		max-height: 40vh;
		overflow-y: auto;
	}

	table.plugin-details-table {
		margin: 20px 0;
		th, td {
			background: transparent none !important;
			margin: 0;
			padding: .75em 20px 0;
			border: 0 !important;
			font-size: 1em;
			box-shadow: none;
		}
		th {
			font-weight: bold;
			margin-top: 0;
		}
	}

	.actions {
		border-top: 1px solid #eee;
		margin: 0;
		padding: 1em 0 2em 0;
		overflow: hidden;

		.kkart-actions {
			display: inline-block;
		}

		a.button-primary {
			float: right;
			background: #bb77ae;
			border-color: #a36597;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
			color: #fff;
			text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;

			&:hover, &:focus, &:active {
				background: #a36597;
				border-color: #a36597;
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
			}
		}
	}
}