From 4e8da42863406764a659a7337e774ad216d356c9 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 4 Jan 2017 20:41:04 +0100 Subject: remove santa hat --- public/images/santa-hat.svg | 33 --------------------------------- public/stylesheets/style.css | 13 ------------- 2 files changed, 46 deletions(-) delete mode 100644 public/images/santa-hat.svg diff --git a/public/images/santa-hat.svg b/public/images/santa-hat.svg deleted file mode 100644 index 22ed59a..0000000 --- a/public/images/santa-hat.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1dbe1c7..5c51bb4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -347,19 +347,6 @@ body.no-input #week-selector { transform: rotate(45deg); z-index: -1; } - - body.no-input .logo::before { - content: ''; - background-image: url(/images/santa-hat.svg); - background-size: contain; - background-repeat: no-repeat; - width: 50px; - height: 100px; - position: absolute; - top: -23px; - right: 0px; - transform: rotate(15deg); - } } .tooltip { -- cgit v1.1