From e22514d425ed9bd9c0557248d5eb7cf61361392d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:46:01 +0200 Subject: [PATCH] Clean up --- apps/client/src/styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 42f9ec0ba..653efe376 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -376,6 +376,10 @@ ngx-skeleton-loader { visibility: hidden; } +.lead { + font-weight: unset; +} + .line-height-1 { line-height: 1; } @@ -384,10 +388,6 @@ ngx-skeleton-loader { line-height: normal; } -.lead { - font-weight: unset; -} - .mat-mdc-button-base { .mdc-button__label { align-items: center;