Sha256: a7d7d44d0000637ab26a8f6900e39ee802a004edae2444a4e6e618af6ade6aad

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 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%;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arco-0.7.0 _sass/cover.scss
arco-0.6.5 _sass/cover.scss
arco-0.6.3 _sass/cover.scss