Sha256: 5570c61dfd33c2b1137d638748bf2acda7aee196948cb983b0a0ee2607c442aa

Contents?: true

Size: 1.18 KB

Versions: 29

Compression:

Stored size: 1.18 KB

Contents

// Sticky footer setup
$footer-push-small: 594px;
$footer-push-medium: 419px;
$footer-push-large: 321px;

.off-canvas-wrapper{
  min-height: 100%;

  @include breakpoint(small only){
    margin-bottom: -$footer-push-small;
  }

  @include breakpoint(medium only){
    margin-bottom: -$footer-push-medium;
  }

  @include breakpoint(large up){
    margin-bottom: -$footer-push-large;
  }

  &:after{
    content: "";
    display: block;

    @include breakpoint(small only){
      height: $footer-push-small;
    }

    @include breakpoint(medium only){
      height: $footer-push-medium;
    }
    
    @include breakpoint(large up){
      height: $footer-push-large;
    }
  }
}

// Footer styles
.page-footer{
  background: $brand-blue-light;
  position: relative;

  &__container{
    @include grid-row;
    max-width: 1180px;
    padding-top: $base-padding*3;
  }

  &__col{
    @include medium-6;
    @include large-3;
  }

  &__col-header{
    color: $white;
    font-weight: 700;
  }

  &__list{
    list-style-type: none;
  }

  &__link{
    color: $white;
  }
}

.racetrack{
  background: $brand-blue-light image-url('footer-racetrack-big.png') no-repeat center $base-padding*3;
  height: 160px;
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
ama_layout-4.10.1 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.10.0 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.9.0 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.7 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.6 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.5 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.4 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.3 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.2 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.1 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.8.0 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.7.1 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.7.0 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.6.5 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.6.4 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.6.3 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.6.2 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.6.1 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.5.1 app/assets/stylesheets/ama_layout/layout_components/footer.scss
ama_layout-4.5.0 app/assets/stylesheets/ama_layout/layout_components/footer.scss