ACC SHELL

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

/* ==========================================================================
   Components.Footer
   ========================================================================== */

.c-footer {
    margin-bottom: 30px;
}

    .c-footer__table {
        @include mq("small-up") {
            display: table;
            width: 100%;
        }
    }

        .c-footer__cell {
            &:first-child {
                margin-bottom: halve($base-unit);
            }

            @include mq("small-up") {
                display: table-cell;
                vertical-align: middle;
                white-space: nowrap;

                &:first-child {
                    width: 100%;
                    margin-bottom: 0;
                }
            }
        }

ACC SHELL 2018