<div class="profile-page-header-tab">
    <ul role="tablist" class="efl-learner-profile-tab">
        <li>
            <a href="/" role="tab" tabindex="0">
                Travel Club Bio</a>
        </li>

    </ul>
</div>

No notes defined.

{
  "tabs": {
    "copy": "Travel Club Bio"
  }
}
  • Content:
    $tab-padding-mob: 4rem;
    
    .profile-page-header-tab {
      display: flex;
      // justify-content: center;
      overflow-x: auto;
    
      /* Hide scrollbar for IE, Edge and Firefox */
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    
      /* Hide scrollbar for Chrome, Safari and Opera */
      &::-webkit-scrollbar {
        display: none;
      }
    
      li {
        position: relative;
        margin-left: 330px;
    
        a {
          cursor: pointer;
          text-decoration: none;
          display: block;
          white-space: nowrap;
          font-family: 'FS Dillon', arial, helvetica, sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 1.4rem;
          line-height: 1.8rem;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #011e41;
          padding: 1.6rem 0;
          height: 100%;
          border-bottom: 0.3rem solid $red;
        }
      }
    
      &--container {
        height: 100%;
        background-color: $grey-light;
      }
    
      @include xl {
        li {
          margin-left: 570px;
        }
      }
    
      @include sm {
        li {
          margin-left: 50px;
        }
      }
    
      @include xs {
        li {
          margin-left: 50px;
        }
      }
    }
    
  • URL: /components/raw/profile-page-header-tab/profile-page-header-tab.scss
  • Filesystem Path: src/library/modules/profile-page/profile-page-header-tab/profile-page-header-tab.scss
  • Size: 1.1 KB
<div class="profile-page-header-tab">
  <ul role="tablist" class="efl-learner-profile-tab">
    <li>
      <a href="/" role="tab" tabindex="0">
        {{tabs.copy}}</a>
    </li>

  </ul>
</div>
  • Handle: @profile-page-header-tab
  • Preview:
  • Filesystem Path: src/library/modules/profile-page/profile-page-header-tab/profile-page-header-tab.hbs
  • Referenced by (1): @profile-page