aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css12
1 files changed, 10 insertions, 2 deletions
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;