From 3c9bfc5a0e3b9162d644f32c6b2407aec5627d93 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 12 Mar 2020 22:13:55 -0700 Subject: [PATCH] [Design] Branding changes in Elastic to focus more towards the Elastic brand (#58160) (#59827) Elastic Kibana branding. Co-authored-by: Elastic Machine --- src/core/server/rendering/views/styles.tsx | 130 ++++++++---------- src/core/server/rendering/views/template.tsx | 75 ++++++---- .../__snapshots__/welcome.test.tsx.snap | 16 +-- .../components/tutorial_directory.js | 5 +- .../public/application/components/welcome.tsx | 7 +- .../public/components/flyout_list.tsx | 11 +- .../__snapshots__/login_page.test.tsx.snap | 6 +- .../authentication/login/login_page.tsx | 6 +- 8 files changed, 133 insertions(+), 123 deletions(-) diff --git a/src/core/server/rendering/views/styles.tsx b/src/core/server/rendering/views/styles.tsx index dfcb4213d90f71..9ab9f2ad0d6b86 100644 --- a/src/core/server/rendering/views/styles.tsx +++ b/src/core/server/rendering/views/styles.tsx @@ -32,17 +32,28 @@ export const Styles: FunctionComponent = ({ darkMode }) => {