diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-01-11 12:33:04 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-01-11 12:33:04 +0100 |
commit | 659ebdaa3cad319621a5bbd4fe9c009ceed2eb27 (patch) | |
tree | 95f4eb4dc5b4333a492cc3233174f86287b6708c /public/stylesheets | |
parent | b64a31f1a31469e411945ce4f500fc11797c3406 (diff) | |
parent | 478352e5e7c449bbac5d969623ebd291223256d8 (diff) |
Merge branch 'beta' of github.com:nloomans/rooster-mml into beta
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 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 { |