Sha256: 2a8e747e86612e2b3680d419634c81a0f529d70593ed64c4021f707fb993b016

Contents?: true

Size: 989 Bytes

Versions: 3

Compression:

Stored size: 989 Bytes

Contents

///
/// Editorial by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Header */

#header {
	@include vendor('display', 'flex');
	border-bottom: solid 5px _palette(accent);
	padding: 2em 0 1em 0;
	position: relative;

	> * {
		margin-bottom: 0;
	}

	.logo {
		@include vendor('flex', '2');
		border-bottom: 0;
		color: inherit;
		font-family: _font(family-heading);
		font-size: 1.125em;
	}

	.icons {
	}

	.language {
		position: absolute;
		right: 0;
		text-align: right;

		li {
			display: inline-block;
			margin: 0;
			padding: 0 1em 0 0;

			&:last-child {
				padding-right: 0;
			}

			.icon {
				color: inherit;

				&:before {
					font-size: 1.25em;
				}
			}
		}

		a {
			border: none;
		}
		
		.en:lang(en), .fr:lang(fr), .de:lang(de){
			font-weight: bold;
		}
	}

	@include breakpoint('<=small') {
		padding-left: 4em;
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.3.3 _sass/layout/_header.scss
jekyll-theme-consulting-0.3.2 _sass/layout/_header.scss
jekyll-theme-consulting-0.3.1 _sass/layout/_header.scss