diff options
author | BuildTools <Noah Loomans> | 2017-01-07 22:30:05 +0100 |
---|---|---|
committer | BuildTools <Noah Loomans> | 2017-01-07 22:30:05 +0100 |
commit | a5238353ab86923bb3911e0bf2886ebcb53dfbd2 (patch) | |
tree | bec1b0bbc972a08ff69464853190044780eb667d /public/stylesheets/style.css | |
parent | b64a31f1a31469e411945ce4f500fc11797c3406 (diff) | |
parent | 4e8da42863406764a659a7337e774ad216d356c9 (diff) |
Merge branch 'master' into beta
Diffstat (limited to 'public/stylesheets/style.css')
-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 8468f3e..3dc309d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -345,19 +345,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 { |