From 643fd9e6f8590bccf4db7a7b1ca8f664badaa286 Mon Sep 17 00:00:00 2001 From: Vadim Holstein Date: Thu, 4 Apr 2024 13:51:38 +0200 Subject: [PATCH] [EGON-50]: VH, TD: Aligns text and icons in footer to center --- src/app/app.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 6f9f582d..992a2766 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -76,3 +76,11 @@ ::ng-deep.mdc-text-field--filled:not(.mdc-text-field--disabled) { background-color: white; } + +span * { + vertical-align: middle; +} + +span { + height: 24px; +}