Your IP : 172.71.28.205


Current Path : /var/www/html/Joomla/templates/g5_hydrogen/scss/hydrogen/
Upload File :
Current File : /var/www/html/Joomla/templates/g5_hydrogen/scss/hydrogen/_header.scss

#g-header {
	background: $header-background;
	color: $header-text-color;
	position: relative;
	z-index: 3;

	a {
		color: lighten($header-background, 40%);
		&:hover {
			color: $header-text-color;
		}
	}

	.g-main-nav {

		@include main-nav-colors($header-background, $header-text-color, $main-background, $main-text-color);

		.g-toplevel {
			@include display(flex);
			@include flex-flow(row wrap);
		}
	}

	@include main-nav-indicators($header-background, $header-text-color);

	.search {
		input {
			color: $main-text-color;
		}
	}
}

@media print {
	#g-header {
		background: #fff !important;
		color: #000 !important;
	}
}