Sha256: 60919cbc8b72a3a2af27c5d0ae864458cfc5ae198d130ab504484e01b25cc318

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

/* Header */

#header {
	height: 100vh;

	.language {
		position: fixed;
		top: 0;
        right: 0;
        margin: 0;
        margin-right: 1em;
        padding: 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;
		}
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-overflow-0.1.4 _sass/layout/_header.scss
jekyll-theme-overflow-0.1.3 _sass/layout/_header.scss
jekyll-theme-overflow-0.1.2 _sass/layout/_header.scss