Sha256: 709408f697f980660525ad0c7ab7b21b1f30c06cba1a5f39e0ee1986d600d213
Contents?: true
Size: 1 KB
Versions: 11
Compression:
Stored size: 1 KB
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: 2.6em 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 { @include vendor('flex', '1'); text-align: right; } .language { a { border: none; } .en:lang(en), .fr:lang(fr), .de:lang(de){ font-weight: bold; } } @include breakpoint(xlarge) { } @include breakpoint(small) { .logo { font-size: 1.25em; margin: 0; } .icons { height: (6.25em / 1.25); line-height: (6.25em / 1.25); position: absolute; right: (-0.625em / 1.25); top: 0; } } }
Version data entries
11 entries across 11 versions & 1 rubygems