From 90060325b744f752701ef1179481ea1c594f4c08 Mon Sep 17 00:00:00 2001 From: Joe Citrine Date: Tue, 6 Dec 2016 13:20:23 +0000 Subject: [PATCH] Added secret santa style --- resources/assets/styles/dashboard.less | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/resources/assets/styles/dashboard.less b/resources/assets/styles/dashboard.less index a8fd6e5d..6a59441c 100644 --- a/resources/assets/styles/dashboard.less +++ b/resources/assets/styles/dashboard.less @@ -224,6 +224,32 @@ } } } + + &.secret-santa-announce { + height: 150px; + background-color: #68a1ee; + background-image: url(http://i.imgur.com/dSCXyGx.jpg); + background-size: 300px; + background-repeat: no-repeat; + background-position: left center; + + @media (max-width: 720px) { + height: auto; + background-image: none; + } + + .announce-actions { + background: none; + } + + .announce-actions, .announce-content { + padding-left: 300px; + + @media (max-width: 720px) { + padding-left: 15px; + } + } + } } }