Skip to content

Style guide


      
    
Show HTML +
{% render 'breadcrumbs' %}

Colours

Primary
Secondary
Background
Light grey background

Typography

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Show HTML +
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
Show HTML +
<a href="#" class="link">Link Text</a>

Paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Click here

Show HTML +
<p class="lead">Paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
  fugiat nulla pariatur.</p>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="javascript:" class="link">Click here</a></p>

CMS content

This is a demonstration store. You can purchase products like this from The Ski Chalet & Treasure Cove Scuba.

  • BASEPLATE: Dual-Component EST® Featuring The Hinge with 30% Short-Glass/Nylon Composite Spar and 45% Short-Glass/Nylon Composite Lower
  • HI-BACK: Single-Component Canted Living Hinge™ Zero-Lean Hi-Back with DialFLAD™
  • STRAPS: Lightweight Reactstrap™ with Flex Slider and Gettagrip Capstrap™
  • BUCKLES: NEW Double Take Buckles Featuring Insta-Click
  • CUSHIONING: AutoCANT SensoryBED™ Cushioning System with B3 Gel
  • Features Re-Ground Materials to Reduce Waste
  • Rides Exclusively with Burton Boards Featuring The Channel™
Show HTML +
<div class="rte">
  <h2>CMS content</h2>
  <p>
    <em>This is a demonstration store. You can purchase products like this from <a href="//skiandscuba.com" target="_blank">The Ski Chalet &amp; Treasure Cove Scuba</a>.</em>
  </p>
  <ul>
    <li>BASEPLATE: Dual-Component EST® Featuring The Hinge with 30% Short-Glass/Nylon Composite Spar and 45%
      Short-Glass/Nylon Composite Lower</li>
    <li>HI-BACK: Single-Component Canted Living Hinge™ Zero-Lean Hi-Back with DialFLAD™</li>
    <li>STRAPS: Lightweight Reactstrap™ with Flex Slider and Gettagrip Capstrap™</li>
    <li>BUCKLES: NEW Double Take Buckles Featuring Insta-Click</li>
    <li>CUSHIONING: AutoCANT SensoryBED™ Cushioning System with B3 Gel</li>
    <li>Features Re-Ground Materials to Reduce Waste</li>
    <li>Rides Exclusively with Burton Boards Featuring The Channel™</li>
  </ul>
</div>
  • List item
  • List item
  • List item
Show HTML +
<ul class="list">
  <li>List item</li>
  <li>List item</li>
  <li>List item</li>
</ul>
Small
Show HTML +
<small>Small</small>
Strikethrough
Show HTML +
<s>Strikethrough</s>
Italics
Show HTML +
<em>Italics</em>
Strong
Bold
Show HTML +
<div><strong>Strong</strong></div>
<div><b>Bold</b></div>

Buttons

Show HTML +
<button class="button button--primary">Primary</button>
Show HTML +
<button class="button button--secondary">Secondary</button>
Show HTML +
<button class="button button--primary">Primary <span class="icon-arrow-right"></span></button>
Show HTML +
<button class="button button--secondary">Secondary <span class="icon-arrow-right"></span></button>

Buttons --dark

Show HTML +
<button class="button button--secondary button--dark">Secondary</button>
Show HTML +
<button class="button button--dark-default">Dark <span class="icon-arrow-right"></span></button>

Forms

  • No account found with that email.
  • Sorry, this product is out of stock right now.
Show HTML +
<div class="errors">
  <ul>
    <li>No account found with that email.</li>
    <li>Sorry, this product is out of stock right now.</li>
  </ul>
</div>

Thanks for contacting us. We'll get back to you as soon as possible.

Show HTML +
<p class="form-success">
  Thanks for contacting us. We'll get back to you as soon as possible.
</p>
Show HTML +
<div class="field w-50">
  <input type="text" id="text-input" placeholder="Label">
</div>
Error message
Show HTML +
<div class="field field__input field__input--error">
  <input type="text" id="text-input" placeholder="Text input" value="Error">
  <div class="message mt-1">Error message</div>
</div>
Show HTML +
<div class="field w-50">
  <textarea type="textarea" id="textarea" placeholder="Textarea"></textarea>
</div>
Show HTML +
<div class="field">
  <input type="checkbox" id="checkbox-input">
  <label for="checkbox-input">Checkbox</label>
</div>

<div class="field">
  <input type="checkbox" id="checkbox-input-checked" checked="checked">
  <label for="checkbox-input-checked">Checkbox checked</label>
</div>
Show HTML +
<div class="field">
  <input type="radio" id="radio-input" name="radio-group">
  <label for="radio-input">Radio</label>
</div>

<div class="field">
  <input type="radio" id="radio-input-checked" name="radio-group" checked="checked">
  <label for="radio-input-checked">Radio checked</label>
</div>

Slider



Table

Product SKU Price Quantity Total
Subtotal $20.00
Tax (GST 10.0%) $2.00
Total $22.00
Sample product title 123456 $20.00 1 $20.00
Sample product title 123456 $20.00 1 $20.00
Sample product title 123456 $20.00 1 $20.00

Pagination


Placeholder Icons