Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/templates/site/astroid_template_zero/scss/zero/
Upload File :
Current File : /home/helpink/www/media/templates/site/astroid_template_zero/scss/zero/style.scss

@import "frontend-edit";
@import "modules/modules";
@import "plugin/plugin";
@import "components/components";

.fa-ul {
	margin-left: 1.5em;
}

body.site {
	&.astroid-framework {
		&.layout-edit {
			.chzn-container {
				min-width: 200px;
			}
		}
	}
}

// Footer Section
.footer-section {
	color: #fff;
	background-color: $primary;
	a {
		color: #fff;
		&:hover {
			color: darken($color: #fff, $amount: 10);
		}
	}
	.astroid-row {
		padding: 50px 0 10px;
	}
}