Sha256: 7e6c1378a48231d42bb5d338eae1303a0f968fd29ddb2894ac550cb8bf811d0d

Contents?: true

Size: 968 Bytes

Versions: 31

Compression:

Stored size: 968 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;
        margin-bottom: 1em;
      }

    }

    .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

31 entries across 31 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.5.2 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.5.1 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.5.0 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.6 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.5 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.4 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.3 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.2 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.1 app/assets/stylesheets/contexts/_location.scss
trusty-festivity-extension-2.4.0 app/assets/stylesheets/contexts/_location.scss