Use ems instead of pixels for loading octicon size

This commit is contained in:
Kevin Sawicki
2013-04-29 18:19:13 -07:00
parent f0d3a06655
commit 58275a2f0a

View File

@@ -17,9 +17,9 @@
&:before {
font-family: 'Octicons Regular';
font-size: 14px;
width: 14px;
height: 14px;
font-size: 1.1em;
width: 1.1em;
height: 1.1em;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
content: '\f09e';