Sha256: 964e641fd95da0776ad5195927d7c58f1e64e30277b14aa16206f467f46544fe

Contents?: true

Size: 911 Bytes

Versions: 3

Compression:

Stored size: 911 Bytes

Contents

@import "constants";
@import "fonts";

.cover-text {
    h1 {
        color: $primary-highlight;
        margin: 0;
    }
    h6 {
        text-transform: uppercase;
        color: $text-colour-light;
    }
    a {
        color: $primary-highlight;
        :hover {
            color: lighten($primary-highlight, 24%);
        }
    }
}

.open-button-container {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.cover {
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: $sidebar-colour;
    color: $text-colour-light;
    transition: all .25s ease;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.cover-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.cover-tagline {
    max-width: 250px;
    margin: auto;
    color: $hover-colour;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arco-0.8.2 _sass/cover.scss
arco-0.8.1 _sass/cover.scss
arco-0.8.0 _sass/cover.scss