ceca52dd70
- svg cleanup - adding silly webkit css search box reset - adding extracted icomoon folder instead of a .zip - removing pagination from flat categories - 'follow' button gets highlighted when active - README refactoring
24 lines
414 B
CSS
24 lines
414 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;
|
|
}
|