File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/maxbuttons/assets/scss/_subtabs.scss
// backward compatible for < WP 4.4
h2.tabs {
	margin: 1em 0;
	min-height: 35px;
}

h2.sub-tabs, h2.submit-tab {
	list-style: none;
	//display: inline-block;
	clear: both;
	margin-bottom: 0;

	a {
		font-weight: 400;
		font-size: 14px;
		cursor: pointer;

		&.active {

		}
		.dashicons { margin-right: 10px; line-height: 24px; }
	}
	.save-indicator {

		float:right;
		font-size: 25px;
 		display: none;
		margin-right: 10px;
		&.dashicons-warning
		{
			color: #ff0000;
		}
		&.dashicons-yes
		{
			color: #00ff00;
		}
	}


}

&.mb_tabs_active .mb_tab {
	border: 0px;
	background: none;

	@include border-radius(0,0,0,0);

	> .title:nth-of-type(1) {
		@extend .button-bar;
		button { top: 0; }
		.right { float: right; }
	}
	> .inside {
		border: 1px solid #e5e5e5;
	}
}