simplestyle
Version:
Simple Style Guide Tool based on Atomic Web Design
29 lines (24 loc) • 468 B
CSS
.icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
font-size: 32px;
color: red;
}
========================================== */
.icon-arrow-up {
width: 0.9285692870616913em;
}
.icon-facebook {
width: 0.5881709158420563em;
}
.icon-youtube {
width: 0.8571435324847698em;
}