Sha256: 55aa5b5a9d1d57109857385fc138b797aad5b09040ba0712a1e9af12c7e2e4ee

Contents?: true

Size: 940 Bytes

Versions: 3

Compression:

Stored size: 940 Bytes

Contents

.location-content {
  @include pie-clearfix;


  .location-header {
    background-color: #F1F1F2;

    @include breakpoint($breakpoint-l) {
      @include column(12);
      @include last-col3;
      border-bottom: 0 none;
      padding-bottom: 0;
      margin-bottom: 2em;
    }

    .location-info {
      @include breakpoint($breakpoint-l) {
        @include column(8);
        border-bottom: 0 none;
        padding-bottom: 0;
      }
      .location-title{
        padding-top: 2em;
      }
      .location-title, .location-address {
        margin-left: 1em;
      }

      .button {
        @include button-subtle-list;
        background-color: white;
      }

    }

    .location-media{
      img {
        width: 100%;
      }
      @include breakpoint($breakpoint-l) {
        @include column(4);
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 0 none;
        padding-bottom: 0;
      }
    }

  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.30 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.3.29 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.3.28 app/assets/stylesheets/contexts/_location.scss