// Icon.scss
.icon-small {
max-width: 3.4rem; &.fa:before { font-size: 3.4rem; }
}
.icon-medium {
max-width: 4.7rem;
}
.icon-large {
max-width: 6.2rem;
}
// Icon.scss
.icon-small {
max-width: 3.4rem; &.fa:before { font-size: 3.4rem; }
}
.icon-medium {
max-width: 4.7rem;
}
.icon-large {
max-width: 6.2rem;
}