aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-14 12:57:46 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-14 12:57:46 +0100
commitb7027583efff12e1bd5acdbb4077ab36c5226839 (patch)
treee151354bb2182d9788c0e2e8e85d560ccb862f3f /public/stylesheets
parent4d1c0fe2b6bbb180bf86c1195e1c80a4769d61e6 (diff)
parenta016343e0a88e1bb46a2deed0b27dda7b6bc7e44 (diff)
Merge branch 'beta' into refactor
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 86f232e..7c39421 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -352,6 +352,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 {