diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-01-04 20:41:04 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-01-04 20:41:04 +0100 |
commit | 4e8da42863406764a659a7337e774ad216d356c9 (patch) | |
tree | 26b04a8d90de40845d19e5041c11868c551d1ca6 /public/stylesheets | |
parent | e4fac773d5444367c40537f30e61ec359016344c (diff) |
remove santa hat
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 13 |
1 files changed, 0 insertions, 13 deletions
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 { |