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

Version Path
jekyll-theme-consulting-0.11.8 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.7 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.6 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.5 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.4 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.3 _sass/main/layout/_header.scss
jekyll-theme-consulting-0.11.2 _sass/main/layout/_header.scss