ACC SHELL
/* ==========================================================================
Base.Icons
========================================================================== */
.o-icn {
display: inline-block;
background: none;
vertical-align: middle;
> svg {
vertical-align: top;
}
}
.icon-download {
width: 16px;
height: 19px;
vertical-align: top;
}
.icon-email {
width: 16px;
height: 16px;
}
.icon-phone {
width: 14px;
height: 16px;
}
.icon-address {
width: 16px;
height: 10px;
}
.icon-marker {
width: 16px;
height: 20px;
}
.icon-facebook,
.icon-twitter,
.icon-youtube,
.icon-instagram {
width: 20px;
height: 20px;
}
ACC SHELL 2018