mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-30 02:32:58 +05:30
Убрал пустое пространство под иконками, которое в некоторых случаях мешало центрированию
This commit is contained in:
parent
2018a6778e
commit
9656a60b93
@ -1,21 +1,22 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "{{fontName}}";
|
font-family: "{{fontName}}";
|
||||||
src: {{{src}}};
|
src: {{{src}}};
|
||||||
}
|
}
|
||||||
|
|
||||||
.{{baseClass}} {
|
.{{baseClass}} {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
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 {
|
||||||
font-family: {{fontName}} !important;
|
display: block; // remove whitespace line under icon
|
||||||
font-style: normal;
|
font-family: {{fontName}} !important;
|
||||||
font-weight: normal !important;
|
font-style: normal;
|
||||||
|
font-weight: normal !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{{#each codepoints}}
|
{{#each codepoints}}
|
||||||
|
Loading…
Reference in New Issue
Block a user