Sha256: ab163174e7258faa34ec490115b9ff293f92a791c96bec8658443524e06c52db

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

.map-full-page{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 53px);

  &__location-icon{
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 5;
    cursor: pointer;
    display: none;

    @include breakpoint(small down){
      bottom: 155px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ama_layout-4.10.1 app/assets/stylesheets/ama_layout/layout_components/maps.scss
ama_layout-4.10.0 app/assets/stylesheets/ama_layout/layout_components/maps.scss
ama_layout-4.9.0 app/assets/stylesheets/ama_layout/layout_components/maps.scss