Sha256: 129a49135f2a241936a53778633b7b80c58c3c9672e09030f95282477aa836d0

Contents?: true

Size: 656 Bytes

Versions: 1

Compression:

Stored size: 656 Bytes

Contents

.overlay {
  @include zeros;
  background-color: rgba($smoke,0.95);
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
  overflow: scroll;
  display: none;
  height: 100%;
  width: 100%;
  color: $gun;
  z-index: 4;

  &.--open {
    display: grid;
  }

  &._load {
    background-color: $smoke;
    z-index: 5;

    &.--demo {
      @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;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-0.2.9 _sass/_overlay.scss