From a9241a7959687acbe9dad12ac5a31716e0e99977 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 23 Feb 2021 18:26:24 +0100 Subject: [PATCH] fix: unexisting css class --- src/app/profile/profile.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss index c7b151d23..090368df6 100644 --- a/src/app/profile/profile.component.scss +++ b/src/app/profile/profile.component.scss @@ -32,7 +32,7 @@ background: $white; border-bottom: 1px solid $grey-4; .profileName { - @include cn-bold-24; + @include cn-bold-26; margin: 0 !important; } .profileEmail { @@ -69,7 +69,7 @@ button { a { margin: 0; &.structureName { - @include cn-bold-24; + @include cn-bold-26; color: $secondary-color; text-decoration: underline; } -- GitLab