1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/16237] fix font awsome icon alignment

PHPBB3-16237
This commit is contained in:
hanakin
2020-05-08 11:22:32 -10:00
parent 6badd3e1df
commit 3eb192ad7b
2 changed files with 5 additions and 5 deletions

View File

@@ -23,6 +23,10 @@ svg {
height: 18px;
}
.o-icon-src-fa {
padding: 2px;
}
.o-icon-font {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-size: 14px;
@@ -44,10 +48,6 @@ span + .o-icon {
padding-left: 4px;
}
.o-icon.o-icon-src-mdi + span {
padding-left: 2px;
}
blockquote cite:before,
.uncited:before {
content: "\f10d"; /* Font Awesome quote-left */