28 lines
460 B
CSS
28 lines
460 B
CSS
[class^="icon-"], [class*=" 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-tags {
|
|
width: 1.25em;
|
|
}
|
|
|
|
.icon-photo {
|
|
width: 1.125em;
|
|
}
|
|
|
|
.icon-following {
|
|
width: 1.0712890625em;
|
|
}
|