1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/17459] Increase font sizes

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-11-03 19:50:24 +01:00
parent 485d72f0e8
commit 23010abcb8
9 changed files with 144 additions and 153 deletions

View File

@@ -12,14 +12,14 @@ svg {
.o-icon {
vertical-align: middle !important;
width: 14px;
height: 14px;
width: 18px;
height: 18px;
}
.o-icon-src-mdi,
.o-icon-src-ic {
width: 18px;
height: 18px;
width: 22px;
height: 22px;
}
.o-icon-src-fa {
@@ -28,7 +28,7 @@ svg {
.o-icon-font {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-size: 14px;
font-size: 18px;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
@@ -57,7 +57,7 @@ span + .o-icon {
blockquote cite:before,
.uncited:before {
font-size: 36px;
font-size: 40px;
vertical-align: bottom;
display: inline-block;
margin-top: 8px;
@@ -72,9 +72,9 @@ blockquote cite:before,
.c-forum-row-icon,
.c-notification-check-icon {
font-size: 20px;
width: 20px;
height: 20px;
font-size: 24px;
width: 24px;
height: 24px;
margin-top: 0;
}
@@ -86,8 +86,8 @@ blockquote cite:before,
display: inline-flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 36px;
height: 36px;
margin-top: -17px;
margin-left: 9px;
}