Align sub title with icon

This commit is contained in:
Chocobozzz 2024-05-30 10:19:41 +02:00
parent e3fb8a09f8
commit 8d4902b3ba
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,7 @@ h1 {
justify-content: space-between; justify-content: space-between;
my-global-icon { my-global-icon {
position: relative; top: -4px;
top: -2px;
} }
.button-link { .button-link {

View File

@ -761,9 +761,11 @@
> span > my-global-icon, > span > my-global-icon,
> my-global-icon { > my-global-icon {
@include margin-right(10px); @include margin-right(10px);
width: 24px; width: 24px;
height: 24px; height: 24px;
vertical-align: top; position: relative;
top: -2px;
} }
.pt-badge { .pt-badge {