Sha256: f10d06edfa49839605cbd9e8089737311e070a1b431dddd6555967b006b6607d
Contents?: true
Size: 657 Bytes
Versions: 7
Compression:
Stored size: 657 Bytes
Contents
/* Header */ #header { @include vendor('display', 'flex'); border-bottom: solid 5px _palette(accent); position: relative; background-size: 100% auto; background-position: center top; background-repeat: no-repeat; > * { margin-bottom: 0; } .logo { @include vendor('flex', '2'); border-bottom: 0; color: inherit; font-family: _font(family-heading); font-size: 1.125em; } .icons { } } /* Inverted */ #header.inverted { background-color: _palette(bg-alt-inverted); border-bottom: solid 5px _palette(accent-inverted); }
Version data entries
7 entries across 7 versions & 1 rubygems