diff --git a/components/BrowserFilter/BrowserFilter.scss b/components/BrowserFilter/BrowserFilter.scss index cbffc1dd40..afe7f2f3af 100644 --- a/components/BrowserFilter/BrowserFilter.scss +++ b/components/BrowserFilter/BrowserFilter.scss @@ -48,7 +48,7 @@ } .entry, .title { - @include DosisFont; + @include NotoSansFont; position: relative; bottom: -4px; font-size: 14px; diff --git a/components/BrowserMenu/BrowserMenu.scss b/components/BrowserMenu/BrowserMenu.scss index 7c6a49dc95..7e9030a11e 100644 --- a/components/BrowserMenu/BrowserMenu.scss +++ b/components/BrowserMenu/BrowserMenu.scss @@ -37,7 +37,7 @@ } .entry, .title { - @include DosisFont; + @include NotoSansFont; font-size: 14px; color: #ffffff; cursor: pointer; diff --git a/components/Sidebar/Sidebar.scss b/components/Sidebar/Sidebar.scss index bd57480aa3..4b5b81c01b 100644 --- a/components/Sidebar/Sidebar.scss +++ b/components/Sidebar/Sidebar.scss @@ -64,7 +64,7 @@ } .footer { - @include DosisFont; + @include NotoSansFont; position: absolute; background: #05283c; height: 36px; @@ -351,7 +351,7 @@ a.subitem { } a { - @include DosisFont; + @include NotoSansFont; display: block; height: 30px; line-height: 31px; diff --git a/dashboard/Apps/AppsIndex.scss b/dashboard/Apps/AppsIndex.scss index 7bf54c699f..d9f32d5fc3 100644 --- a/dashboard/Apps/AppsIndex.scss +++ b/dashboard/Apps/AppsIndex.scss @@ -145,7 +145,7 @@ margin-top: 8px; &:last-of-type { - margin-top: 13px; + margin-top: 5px; } } } @@ -163,7 +163,6 @@ .section { font-size: 12px; color: #ffffff; - margin: 0px 0 6px 0; } .count {