Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Margin Issue for Line Icons CSS #82

Closed
tarunmangukiya opened this issue Jun 3, 2020 · 0 comments
Closed

Margin Issue for Line Icons CSS #82

tarunmangukiya opened this issue Jun 3, 2020 · 0 comments

Comments

@tarunmangukiya
Copy link
Contributor

As per #81, we'll need to change our styling to make the UI pixel perfect. The proposed solution for it can be like below:

.uil {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

And remove extra ::before css for psuedo-class.

@tarunmangukiya tarunmangukiya changed the title CSS Margin Issue for Line Icons CSS Margin Issue for Line Icons CSS Jun 3, 2020
tarunmangukiya added a commit that referenced this issue Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant