Sha256: 85dd2306fef6dfc64eea1f95cb4c5088bcf016864252944fb81f340c78efd6fc

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

.price-callout{
  width: 45%;
  float: left;
  position: relative;
  margin-bottom: 0;

  @include breakpoint(small down){
    width: 100%;
    float: none;
    min-height: 175px;
  }

  &__side-arrow{ //this works best if it's a class on a svg element.
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;

    @include breakpoint(small down){
      top: 100%;
      left: 0%;
      height: 30%;
      background-color: $white;
    }
  }
  
  &__content{
    @include absolute-center;
    text-align: center;
  }
}

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/price-callout.scss
ama_layout-4.10.0 app/assets/stylesheets/ama_layout/layout_components/callouts/price-callout.scss