ACC SHELL
/* ==========================================================================
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