From da048074eb9722f5cc4fb39a82285e5b0b9d1321 Mon Sep 17 00:00:00 2001 From: descamps <descamps@cines.fr> Date: Fri, 21 May 2021 17:33:52 +0200 Subject: [PATCH] KDE - 21/05/2021 - Change font table-header --- .../projects/pastis/src/assets/css/_font.scss | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/ui/ui-frontend/projects/pastis/src/assets/css/_font.scss b/ui/ui-frontend/projects/pastis/src/assets/css/_font.scss index ee98b3124..ee6498c56 100644 --- a/ui/ui-frontend/projects/pastis/src/assets/css/_font.scss +++ b/ui/ui-frontend/projects/pastis/src/assets/css/_font.scss @@ -18,23 +18,26 @@ } .pastis-font-table-header { - font-family: Roboto; - font-style: normal; - font-weight: bold; - font-size: 14px; - line-height: 22px; - letter-spacing: 0.1px; - color: #212121; + //styleName: Text/Text-normal-bold; + font-family: Mulish; + font-size: 14px; + font-style: normal; + font-weight: 700; + line-height: 22px; + letter-spacing: 0.10000000149011612px; + text-align: left; + color: #212121; + } .pastis-font-button-icon { - + font-family: Roboto; font-style: normal; font-size: 14px; line-height: 18px; - + align-items: center; letter-spacing: 0.5px; text-transform: uppercase; @@ -243,13 +246,13 @@ font-size: 14px; line-height: 20px; /* identical to box height, or 143% */ - + display: flex; align-items: center; letter-spacing: 0.25px; /* Black - Low */ - + color: #9D9D9D; } @@ -261,7 +264,7 @@ font-size: 15px; line-height: 20px; /* identical to box height, or 133% */ - + color: #FFFFFF; } } -- GitLab