Skip to content

Commit

Permalink
Support icon-font icons as list icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Mar 1, 2015
1 parent c3240ff commit fd0b110
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/material.css
Expand Up @@ -838,6 +838,14 @@ code {
width: 2.5em;
vertical-align: top;
margin-right: 1em;
position: relative;
}
.list > li .item-icon > i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5em;
}
.list > li .item-text {
font-size: 1em;
Expand Down

0 comments on commit fd0b110

Please sign in to comment.