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

[ticket/17283] Adjust classes and lang call for icon

PHPBB3-17283
This commit is contained in:
Marc Alexander
2024-01-02 21:30:29 +01:00
parent e4974888bd
commit 455d6b071b
8 changed files with 40 additions and 35 deletions

View File

@@ -42,6 +42,10 @@ svg {
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}
.o-icon-baseline {
vertical-align: baseline !important;
}
.o-icon + span,
span + .o-icon {
padding-left: 4px;