Sha256: 2062de1e5f00857fbf16a2c726d171fdd17007e87587abf371c9b9725e4deccb

Contents?: true

Size: 1.39 KB

Versions: 62

Compression:

Stored size: 1.39 KB

Contents

.callout {
	@include divider-bottom;

	&:last-of-type {
		@include divider-none;
	}

  a {
    @include link-highlight;

    &.button {
      @include button;
    }
  }

  .callout-title {
    @include subtle-heading;
  }

  &.dates {
    @include breakpoint($breakpoint-s) {
      padding-bottom: 1em;
    }
    
    @include breakpoint($breakpoint-l) {
      padding-bottom: 2em;
    }

    ul {
      @include reset-list;
      @include pie-clearfix;
      
      li {
        margin-top: 1em;
        margin-bottom: 0;

        &:first-child {
          margin-top: 0;
        }

        @include breakpoint($breakpoint-s) {
          @include column(6);
          @include last-col2;
          margin-top: 0;
          margin-bottom: 1em;
        }
        
        @include breakpoint($breakpoint-l) {
          @include column(12);
          @include last;
          margin-top: 1em;
          margin-bottom: 0;

          &:first-child {
            margin-top: 0;
          }
        }
      }

      .day {
        @include heading-6;
        display: block;
      }
    }
  }

  &.connect {
    li {
      margin-bottom: 0.5em;


      &:last-of-type {
        margin-bottom: 0;
      }

      @include breakpoint($breakpoint-s) {
        display: inline-block;
        margin-right: 1em;
      }
      
      @include breakpoint($breakpoint-l) {
        display: block;
        margin-right: 0;
      }
    }
  }
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.6.2 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.6.1 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.6 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.19 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.18 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.17 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.16 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.15 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.14 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.13 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.12 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.11 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.10 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.9 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.8 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.7 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.6 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.5 app/assets/stylesheets/modules/_callout.scss
trusty-festivity-extension-2.5.4 app/assets/stylesheets/modules/_callout.scss