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/www/wp-content/plugins/maxbuttons/assets/scss/_support.scss

// RSS Feed are the support questions on the page.
.support.tiles {
		display: flex;

		> div {
		///	height: 50px;
			background-color: #0073aa;
			margin: 0 25px 0 0;
			padding: 16px;
			a {
				color: #fff;
				text-align: center;
				font-size: 20px;
				text-decoration: none;
			}
		}

}

.system_info {
	width: 90%;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	.info {
		margin: 5px 0;

		label {
			width: 250px;
			display: inline-block;
			clear: both;
		}

	}

}