Sha256: f8c7e127c4f85ca0569ca417121769a9fb9eada70da450e55cfab0d67b540f5f

Contents?: true

Size: 983 Bytes

Versions: 66

Compression:

Stored size: 983 Bytes

Contents

/* Section/Article */

section, article {
    &.special {
        text-align: center;
    }
}

header {
    p {
        font-family: _font(family-heading);
        font-size: 1em;
        font-weight: _font(weight-heading-alt);
        letter-spacing: _font(kerning-heading);
        margin-top: -0.5em;
        text-transform: uppercase;
    }

    &.major {
        > :last-child {
            border-bottom: solid 3px _palette(accent);
            display: inline-block;
            margin: 0 0 _size(element-margin) 0;
            padding: 0 0.75em 0.5em 0;
        }
    }

    &.main {
        > :last-child {
            margin: 0 0 (_size(element-margin) * 0.5) 0;
        }
    }
}

/* Inverted */

section.inverted, article.inverted {
    background-color: _palette(bg-alt-inverted);
}

.inverted header {
    &.major {
        > :last-child {
            border-bottom: solid 3px _palette(accent-inverted);
        }
    }
}

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.8.5 _sass/main/components/_section.scss
jekyll-theme-consulting-0.8.4 _sass/main/components/_section.scss
jekyll-theme-consulting-0.8.3 _sass/main/components/_section.scss
jekyll-theme-consulting-0.8.2 _sass/main/components/_section.scss
jekyll-theme-consulting-0.8.1 _sass/main/components/_section.scss
jekyll-theme-consulting-0.8.0 _sass/main/components/_section.scss