From 12fe45f7982fec92b39c8a981a0f42530e6c1c83 Mon Sep 17 00:00:00 2001 From: Malek Date: Mon, 30 Jul 2018 15:29:47 +0300 Subject: Add fonts and fix styles Issue-ID: SDC-1574 Change-Id: I8e15ebf436fa7cc293a0bf352ac365de5cc7a80c Signed-off-by: Malek --- .../src/main/frontend/resources/scss/features/_catalog.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss') diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss index debb8b81..e46e84c1 100644 --- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss +++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss @@ -23,15 +23,13 @@ align-items: center; padding: 25px 60px; &__total { - @include body-1; - @include semi-bold; + @include body-1-semibold; color: $dark-gray; } &__order { display: flex; &__label { - @include body-1; - @include semi-bold; + @include body-1-semibold; color: $dark-gray; } &__alphabetical { -- cgit 1.2.3-korg