From a016343e0a88e1bb46a2deed0b27dda7b6bc7e44 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 8 Dec 2016 12:58:01 +0100 Subject: add santa hat to metis logo --- public/images/santa-hat.svg | 33 +++++++++++++++++++++++++++++++++ public/stylesheets/style.css | 13 +++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 public/images/santa-hat.svg diff --git a/public/images/santa-hat.svg b/public/images/santa-hat.svg new file mode 100644 index 0000000..22ed59a --- /dev/null +++ b/public/images/santa-hat.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5c51bb4..1dbe1c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -347,6 +347,19 @@ 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