aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/components/_referential_overview.sass3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass
index 2bd875f5e..0beb8ab67 100644
--- a/app/assets/stylesheets/components/_referential_overview.sass
+++ b/app/assets/stylesheets/components/_referential_overview.sass
@@ -182,7 +182,8 @@
height: 100%
transition: margin 0.5s
background: white
- box-shadow: 0 -10px 10px rgba(0,0,0,0.5)
+ &:last-child
+ box-shadow: 0 -10px 10px rgba(0,0,0,0.5)
.week-span
left: 15px
top: 15px