Default block template


  
> <h2<?php print $title_attributes; ?>><?php print $block->subject ?></h2>
> <?php print $content ?>

Open Hours block template

block--ancillary-block.tpl.php


  
>
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2> <?php print $content; ?>

Open Hours block HTML


  

Today's Hours

8:00am - 1:00am
More hoursĀ»

Open Hours SASS


  .ancillary-block {}
  .ancillary-block__wrapper {}
  .ancillary-block__footer-spacer {
    @include tischBoxShadow;
    ...
  }
  .ancillary-block__footer-corner {
    @include ocelotSprite-sprite('transparentGrayCorner');
    ...
  }
            

Accented Open Hours block HTML


  

Today's Hours

8:00am - 1:00am
More hoursĀ»
`

Auction teaser HTML

Auction teaser SASS


.auction {
  position: relative;
}
.auction__badge {
  @include border-radius(10px 0 0 0);
}
.auction__title {
  font-size: 1.17 * $base-font-size;
  line-height: normal;
}
.auction__view-catalog-icon {
  fill: $link-gray;
  margin-right: 0.2em;
}
.auction__info {
  padding: $zen-gutter-width;
}