Sha256: 8d6ef56cdbfcb9c9ccbdaaed9aaaa37a6b2abb213c487cba7f8b39444f970e28

Contents?: true

Size: 597 Bytes

Versions: 16

Compression:

Stored size: 597 Bytes

Contents

/* CTA */

#cta {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: _palette(three, bg);
    background-image: url('images/light-tl.svg'), url('images/light-tr.svg'), url('images/overlay.png'), url('../images/banner.jpg');
    background-position: top left, top right, top left, bottom center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: $pattern-background-size, $pattern-background-size, auto, cover;
    color: _palette(three, fg);
    padding: 5em;
    text-align: center;

    header {
        margin-bottom: 2em;
    }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.15 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.14 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.12 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.11 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.10 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.9 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.8 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.7 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.6 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.5 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.4 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.3 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.2 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.1 _sass/layout/_cta.scss
jekyll-theme-twenty-0.1.0 _sass/layout/_cta.scss