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