simplestyle
Version:
Simple Style Guide Tool based on Atomic Web Design
25 lines (21 loc) • 404 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-visio {
width: 1.044921875em;
}
.icon-thumbs-o-up {
width: 0.857421875em;
}