dxw style
<div class="grid-container">
    <div class="column-two-thirds">
        <h2 class="h2">There's a horizontal rule under this heading.</h2>
        <hr/>
    </div>
</div>
<div class="grid-container">
  <div class="column-two-thirds">
    <h2 class="h2">There's a horizontal rule under this heading.</h2>
    <hr/>
  </div>
</div>
/* No context defined for this component. */
  • Content:
    hr {
      display: block;
      clear: both;
      background: $grey-2;
      border: 0;
      height: 1px;
      margin-top: $gutter;
      margin-bottom: $gutter;
      padding: 0;
    }
    
  • URL: /components/raw/horizontal-rule/horizontal-rule.scss
  • Filesystem Path: components/typography/horizontal-rule/horizontal-rule.scss
  • Size: 154 Bytes
  • Handle: @horizontal-rule
  • Preview:
  • Filesystem Path: components/typography/horizontal-rule/horizontal-rule.nunj

There are no notes for this item.