mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Убрал пустое пространство под иконками, которое в некоторых случаях мешало центрированию
This commit is contained in:
@@ -10,13 +10,14 @@
|
|||||||
speak: none;
|
speak: none;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
|
||||||
|
|
||||||
.{{baseClass}}:before {
|
&:before {
|
||||||
|
display: block; // remove whitespace line under icon
|
||||||
font-family: {{fontName}} !important;
|
font-family: {{fontName}} !important;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
{{#each codepoints}}
|
{{#each codepoints}}
|
||||||
.{{../classPrefix}}{{@key}} {
|
.{{../classPrefix}}{{@key}} {
|
||||||
|
Reference in New Issue
Block a user