Label

<label for="inputid">Label</label>
<label for="{{ for }}">{{ text }}</label>
{
  "for": "inputid",
  "text": "Label"
}
  • Content:
    label {
      display: inline-block;
      padding-left: .25em;
      margin: 0 0 .25em;
      color: #555;
      text-transform: uppercase;
      font-size: 80%;
      font-family: $font-stack-form-ui;
      letter-spacing: 1px;
    }
  • URL: /components/raw/label/_sass.scss
  • Filesystem Path: components/01-elements/03-form-controls/label/_sass.scss
  • Size: 200 Bytes

There are no notes for this item.