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;
|
||||
-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}} {
|
||||
|
Reference in New Issue
Block a user