<div class="profile-page-caps">
    <div class="number">32</div>
    <div class="subtitle">TOTAL CAPS<span class="asterisk">*</span></div>
</div>

No notes defined.

{
  "number": {
    "copy": "49"
  },
  "subtitle": {
    "copy": "ACTIVE CAPS"
  }
}
  • Content:
    .profile-page-caps {
      display: flex;
      flex-direction: column;
      .number {
        font-family: 'England FC', arial, helvetica, sans-serif;
        font-size: 230px;
        font-weight: 400;
        text-align: center;
        color: white;
      }
      .subtitle {
        font-family: 'Grot12 Condensed', arial, helvetica, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: center;
        color: #eaeaea;
        margin-bottom: 27px;
      }
      .asterisk {
        margin-left: 4px;
      }
    
      @include xs {
        .number {
          font-size: 150px;
          font-weight: 400;
        }
        .subtitle {
          font-size: 20px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: 0.02em;
          text-align: center;
        }
      }
    }
    
  • URL: /components/raw/profile-page-caps/profile-page-caps.scss
  • Filesystem Path: src/library/modules/profile-page/profile-page-caps/profile-page-caps.scss
  • Size: 756 Bytes
<div class="profile-page-caps">
    <div class="number">32</div>
    <div class="subtitle">TOTAL CAPS<span class="asterisk">*</span></div>
</div>