Sha256: 50419646488df42e6dc0a5957788082ef4bbebb55944a042875691f9e45b6383

Contents?: true

Size: 809 Bytes

Versions: 1

Compression:

Stored size: 809 Bytes

Contents

/** UI Components -- Cookie consent **/
.cookie-consent{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:999;
    display:none;
    max-width:calc(100vw - 36px);
    padding:21px;
    text-align:center;
    background-color:$blue;
    box-shadow:0px 3px 9px rgba($black,.38);
    @include min-sm{
        right:24px;
        bottom:24px;
        max-width:320px;
        padding:24px;
        text-align:left;
    }
    &__content{
        margin-bottom:18px;
        color:rgba($white,.76);
        font-size:13px;
        line-height:21px;
    }
    &__link{
        color:$white;
        font-weight:600;
        text-decoration:none;
        @include transition(.25s ease-in-out);
        &:hover{
            text-decoration:underline;
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bytewax-docs-0.1.0 _assets/scss/components/cookie-consent.scss