From c6fc1483f6f683baa14de4fb1f26dd99492a2539 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 15 Oct 2020 17:55:52 +0200 Subject: [PATCH] Remove Mozilla logo from footer --- app/main.css | 18 ------------------ app/ui/footer.js | 4 +--- assets/mozilla-logo.svg | 1 - 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 assets/mozilla-logo.svg diff --git a/app/main.css b/app/main.css index 01a7dd44..9b1a9e13 100644 --- a/app/main.css +++ b/app/main.css @@ -187,19 +187,6 @@ footer li:hover { @apply bg-white; } -.mozilla-logo { - background-image: url('../assets/mozilla-logo.svg'); - background-repeat: no-repeat; - background-size: 100px, 48px; - overflow: hidden; - text-indent: 120%; - white-space: nowrap; - display: inline-block; - height: 32px; - width: 100px; - flex-shrink: 0; -} - #password-msg::after { content: '\200b'; } @@ -338,11 +325,6 @@ select { @apply bg-grey-90; } - .mozilla-logo { - background-color: white; - border: 1px solid white; - } - @screen md { .main > section { @apply border; diff --git a/app/ui/footer.js b/app/ui/footer.js index 1b16c5d2..320fca31 100644 --- a/app/ui/footer.js +++ b/app/ui/footer.js @@ -21,9 +21,7 @@ class Footer extends Component {