Убрал пустое пространство под иконками, которое в некоторых случаях мешало центрированию

This commit is contained in:
SleepWalker
2016-01-09 16:29:13 +02:00
parent 2018a6778e
commit 9656a60b93

View File

@@ -10,13 +10,14 @@
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.{{baseClass}}:before {
&:before {
display: block; // remove whitespace line under icon
font-family: {{fontName}} !important;
font-style: normal;
font-weight: normal !important;
}
}
{{#each codepoints}}
.{{../classPrefix}}{{@key}} {