_sass/_overlay.scss in futuro-0.2.7 vs _sass/_overlay.scss in futuro-0.2.8

- old
+ new

@@ -1,24 +1,50 @@ .overlay { + background-color: rgba($smoke,0.95); + justify-content: center; padding-bottom: 100px; padding-top: 100px; overflow: scroll; position: fixed; display: none; @include zero; height: 100%; width: 100%; + color: $gun; z-index: 4; + &.--open { + display: grid; + } + &._load { background-color: $smoke; - font-size: 54px; - color: $gun; z-index: 5; &.--demo { - @extend %overlay_grid; @extend %grid_load; } + } + + &._mobile { + background-color: $smoke; + @extend %grid_load; + } + + &._load { + @extend %grid_load; + z-index: 5; + } + + &._about { + @extend %grid_overlay; + } + + &._browse { + @extend %grid_overlay; + } + + &._search { + @extend %grid_search; } }