Sha256: 049d525b991b4487a3957b3b5728f729843e44739919f7c4c7ff3ac79cba6b96

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 Bytes

Contents

.callout-box{
  @include callout($ash);

  &__close-btn{
    float: right;
  }

  &--green{
    @include callout($brand-green);
    margin-bottom: $base-margin;
    color: $white;
  }

  &--red{
    @include callout($brand-red);
    margin-bottom: $base-margin;
    color: $white;
  }

  &--ins-blue{
    @include callout($brand-blue-insurance);
    margin-bottom: $base-margin;
    color: $white;
  }

  &__container{
    @include grid-row;
    @include clearfix;
  }

  &__sub-head{
    color: $white;
  }

  &__image-container{
    @include large-1;
    @include small-12;
  }

  &__image{
    display: block;
    margin: 0 auto;
  }

  &__content-container{
    @include large-11;
    @include small-12;
  }

  &__link{
    color: inherit;
    text-decoration: underline;

    &:hover{
      color: $ash;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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