Sha256: 5dca76832672b24860356fad2bf30e8afe54f4ebf56fbfa8ae21850b977b4752

Contents?: true

Size: 819 Bytes

Versions: 2

Compression:

Stored size: 819 Bytes

Contents

/* Banner */

#banner {
    position: relative;
    color: #fff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    text-align: center;
    background: #35b88f url('images/banner.svg') bottom center no-repeat;
    padding: 5em 0 5em 0;
    margin: 0;
    background-size: 125% auto;

    .button {
        color: #35b882;
        text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
    }

    header {
        margin: 0 0 2em 0;

        h2 {
            font-weight: 400;
            font-size: 1.75em;
            letter-spacing: 8px;
        }
    }

    p {
        margin: 0;
    }

    footer {
        margin: 2em 0 0 0;
    }

    a {
        color: inherit;
        border-bottom-color: rgba(255, 255, 255, 0.5);

        &:hover {
            border-bottom-color: rgba(255, 255, 255, 0);
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-drop-0.1.1 _sass/layout/_banner.scss
jekyll-theme-drop-0.1.0 _sass/layout/_banner.scss