From 2c12b614f075d0efdec89ee0695ea4fc7f9562f4 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 19 Feb 2019 13:13:14 -0800 Subject: [PATCH] updated header logo --- app/main.css | 13 ------ app/ui/account.js | 2 +- app/ui/header.js | 15 ++----- assets/icon.svg | 44 ++++++++++++++++++ assets/logo.svg | 112 +++++++++++++++++++++++++++++----------------- 5 files changed, 120 insertions(+), 66 deletions(-) create mode 100644 assets/icon.svg diff --git a/app/main.css b/app/main.css index 65e6f8b6..14a11317 100644 --- a/app/main.css +++ b/app/main.css @@ -139,15 +139,6 @@ footer li:hover { white-space: nowrap; } -.header-logo { - background-image: url('../assets/logo.svg'); - background-position: left; - background-repeat: no-repeat; - background-size: 2.25rem; - padding-left: 3rem; - text-decoration: none; -} - .intro { max-width: 100%; height: unset; @@ -254,10 +245,6 @@ select { } @screen md { - .header-logo { - background-image: url('../assets/logo.svg'); - } - .intro { max-width: unset; height: unset; diff --git a/app/ui/account.js b/app/ui/account.js index 21b6e5d4..29374adb 100644 --- a/app/ui/account.js +++ b/app/ui/account.js @@ -62,7 +62,7 @@ class Account extends Component { return html`