<div class="registration-form-sub-title">
    this is copy text
</div>

No notes defined.

{
  "copy": "this is copy text"
}
  • Content:
    .registration-form-sub-title {
      font-family: $registration-font;
      font-weight: 400;
      font-size: 16px;
      color: $light-blue;
      line-height: 24px;
      margin: 24px 0 0 0;
    
      @media screen and (max-width: $mq-medium) {
        font-size: 16px;
      }
    }
    
  • URL: /components/raw/registration-form-sub-title/registration-form-sub-title.scss
  • Filesystem Path: src/library/components/registration-form-sub-title/registration-form-sub-title.scss
  • Size: 244 Bytes
<div class="registration-form-sub-title">
    {{copy}}
</div>