diff options
| -rw-r--r-- | app/assets/stylesheets/base/_utilities.sass | 2 | ||||
| -rw-r--r-- | app/assets/stylesheets/components/_referential_overview.sass | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/base/_utilities.sass b/app/assets/stylesheets/base/_utilities.sass index 24f2038f0..fbda5630d 100644 --- a/app/assets/stylesheets/base/_utilities.sass +++ b/app/assets/stylesheets/base/_utilities.sass @@ -44,7 +44,7 @@ // Empty zones =emptyzone($col1, $col2) - background-image: linear-gradient(-45deg, $col1 25%, $col2 25%, $col2 50%, $col1 50%, $col1 75%, $col2 75%, transparent) + background-image: linear-gradient(-45deg, $col1 25%, $col2 25%, $col2 50%, $col1 50%, $col1 75%, $col2 75%, $col2) background-size: 40px 40px .cellwrap diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass index 5abbb47cd..2bd875f5e 100644 --- a/app/assets/stylesheets/components/_referential_overview.sass +++ b/app/assets/stylesheets/components/_referential_overview.sass @@ -76,8 +76,9 @@ border: 1px solid $grey clear: both display: flex - background: white + +emptyzone($lightgrey, $lightergrey) .head + height: $left-size .line height: $line-height @@ -162,6 +163,7 @@ .head white-space: nowrap position: relative + z-index: 3 &:after, &:before opacity: 0 // transition: opacity 0.5s @@ -179,6 +181,8 @@ position: relative height: 100% transition: margin 0.5s + background: white + box-shadow: 0 -10px 10px rgba(0,0,0,0.5) .week-span left: 15px top: 15px @@ -259,6 +263,7 @@ border-bottom: 1px solid $grey position: relative overflow: hidden + box-shadow: 0 -10px 10px rgba(0,0,0,0.5) &:last-child border-bottom: none |
