1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Merge pull request #396 from AnatoleLucet/style/icons-alignment

Fix icons vertical alignment
This commit is contained in:
Eldad A. Fux 2020-06-10 17:10:24 +03:00 committed by GitHub
commit a056155d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -238,3 +238,11 @@ small {
.icon-dot-3:before {
.func-rotate(90deg);
}
// fix icons vertical alignment
i[class^='icon-'], i[class*=' icon-']{
&:before {
display: inline;
line-height: unset;
}
}