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.11.24 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.23 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.22 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.21 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.20 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.19 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.18 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.17 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.15 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.14 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.13 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.12 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.11 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.10 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.9 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.8 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.7 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.6 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.5 _sass/main/components/_section.scss
jekyll-theme-consulting-0.11.4 _sass/main/components/_section.scss