From c5c63a4fdc9769a50be431a47e724597138fb522 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sun, 6 Jan 2019 17:19:34 +0100 Subject: Finishing touches of the kiemm version --- public/stylesheets/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c9eaabb..ce42b5b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -15,13 +15,17 @@ html, body { #search { z-index: 2; - background-color: #DE403B; + background-color: #F44336; margin: 0 auto; width: 100%; position: fixed; box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.06), 0 0.5px 1px rgba(0, 0, 0, 0.12); } +.school-kiemm #search { + background-color: #DE403B; +} + #search .top-bar { position: relative; margin: 0 auto; @@ -149,11 +153,15 @@ body.searched #search-space-filler { #week-selector { z-index: 1; - background-color: #DE403B; + background-color: #F44336; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); color: white; } +.school-kiemm #week-selector { + background-color: #DE403B; +} + #week-selector .week-wrapper { max-width: 600px; padding: 10px !important; -- cgit v1.1