From 0ced74e267bc7e71958c5eab14fde6f44f986a53 Mon Sep 17 00:00:00 2001 From: alencarlucas Date: Thu, 1 Aug 2019 18:01:28 -0300 Subject: [PATCH] Fix: Fonts on AppsIndex --- src/components/Sidebar/Sidebar.scss | 3 ++- src/dashboard/Apps/AppsIndex.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Sidebar/Sidebar.scss b/src/components/Sidebar/Sidebar.scss index 46cb2b79bb..5ca30c99a0 100644 --- a/src/components/Sidebar/Sidebar.scss +++ b/src/components/Sidebar/Sidebar.scss @@ -70,7 +70,7 @@ $footerHeight: 36px; } .footer { - @include NotoSansFont; + @include DosisFont; position: absolute; background: #05283c; height: $footerHeight; @@ -255,6 +255,7 @@ $footerHeight: 36px; > span { vertical-align: top; + @include DosisFont; } > svg { diff --git a/src/dashboard/Apps/AppsIndex.scss b/src/dashboard/Apps/AppsIndex.scss index 0960c33a40..bebb466645 100644 --- a/src/dashboard/Apps/AppsIndex.scss +++ b/src/dashboard/Apps/AppsIndex.scss @@ -129,6 +129,7 @@ } .appname { + @include DosisFont; @include ellipsis(); width: 100%; display: inline-block;