ACC SHELL

Path : /srv/www/vhosts/eqnxold/boardman/assets/css/src/components/equinox/
File Upload :
Current File : /srv/www/vhosts/eqnxold/boardman/assets/css/src/components/equinox/_logo.scss

/* ==========================================================================
   Components.Logo
   ========================================================================== */

.eqx-c-logo {
    display: block;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s;

    &:hover,
    .eqx-c-header__toggle.is-active & {
        opacity: 1;
    }
}

    .eqx-c-logo__img {
        display: block;
        height: 7px;

        @media only screen and (min-width: 480px) {
            height: 10px;
        }

        @media only screen and (min-width: 768px) {
            height: 15px;
        }

        @media only screen and (max-width: 999px) {
            width: auto;
        }

        @media only screen and (min-width: 1000px) {
            height: 20px;
        }
    }

    .eqx-c-logo__label {
        @include rem(font-size, 10px);
        display: none;
        color: #cccccc;
        font-weight: bold;
        text-transform: uppercase;

        @media only screen and (min-width: 768px) {
            display: inline-block;
        }
    }

ACC SHELL 2018