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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user