diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-08 12:59:53 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-08 12:59:53 +0100 |
commit | e4fac773d5444367c40537f30e61ec359016344c (patch) | |
tree | e4751f3f2c98c982734bf06283c7b35f6fef63ff /public/stylesheets | |
parent | 113dc27ddeddd6aae85d3309a26e8a595cd527e8 (diff) | |
parent | a016343e0a88e1bb46a2deed0b27dda7b6bc7e44 (diff) |
Merge branch 'beta'
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 { |