Sha256: 85a9d17322a80470d5e92666000e2ffece56ad7599967690b16f27d3be7295d8

Contents?: true

Size: 1.24 KB

Versions: 16

Compression:

Stored size: 1.24 KB

Contents

/* Wrapper */

.wrapper {
    margin-bottom: 5em;
    padding: 5em;

    &.style1 {
        padding: 0;
    }

    &.style2 {
        background-color: _palette(one, bg);
        background-image: url('images/light-bl.svg'), url('images/light-br.svg');
        background-position: bottom left, bottom right;
        background-repeat: no-repeat, no-repeat;
        background-size: $pattern-background-size, $pattern-background-size;
        color: _palette(one, fg);

        input[type="button"],
        input[type="submit"],
        input[type="reset"],
        button,
        .button {
            &:hover {
                background: rgba(255,255,255,0.15) !important;
            }

            &.primary {
                background: _palette(one, fg);
                border-color: _palette(one, fg);
                color: _palette(one, bg) !important;

                &:hover {
                    border-color: inherit !important;
                    color: _palette(one, fg) !important;
                }
            }
        }
    }

    &.style3 {
        background: _palette(two, bg);
        color: _palette(two, fg);
    }

    &.style4 {
        background: _palette(two, bg);
        color: _palette(two, fg);
        padding: 4em;
    }
}

Version data entries

16 entries across 16 versions & 1 rubygems

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