Sha256: 0b1bf04866cee6058a8175a4a8bc05a314fe0c898e5a6de8c991646d8593cfaf

Contents?: true

Size: 917 Bytes

Versions: 6

Compression:

Stored size: 917 Bytes

Contents

/*New Grid Block code for blue boxes*/

.cta-btm-row{
  margin-top: 0.9375rem*2;
}

.cta-box{
  min-height: 175px;
  padding: $base-padding*2;

  a{
    text-decoration: none;
  }

  &.light-blue-bg:hover{
    background: lighten($brand-blue-light, 3%);
  }

  &.rewards-green-bg:hover{
    background: lighten($brand-green, 3%);
  }

  @include breakpoint(medium down){
    margin: 0.625rem 0;
  }
}

.cta-title{
  text-align: center;
  color: $white;
  width: 100%;
  margin: $base-margin*2 auto $base-margin*0 auto;
}

.icon-container{
  height: 80px;
  margin: $base-margin*3 auto 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  text-align: center;
  color: $white;
  font-size: $base-font-size*4.5;
  line-height: $base-font-size*4.5;

  @include breakpoint(small down){
    height: 66px;
    font-size: $base-font-size*4;
    line-height: $base-font-size*4;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ama_layout-3.2.2 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss
ama_layout-3.2.1 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss
ama_layout-3.2.0 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss
ama_layout-3.1.3 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss
ama_layout-3.1.1 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss
ama_layout-3.1.0 app/assets/stylesheets/ama_layout/layout_components/blue-boxes.scss