Footer

<footer class="footer-section">
    <section class="container">
        <div class="footer-socialsection">
            <nav class="footer-subnav">
                <ul>
                    <li><a target="_blank" href="#">Contact Us</a></li>
                    <li><a target="_blank" href="#">Privacy policy</a></li>
                    <li><a target="_blank" href="/#">Terms of use</a></li>
                    <li><a href="#">Anti-Slavery</a></li>
                    <li><a tabindex="0">Cookie Settings</a></li>
                </ul>
            </nav>
        </div>
        <div class="footerstrip">
            <div class="footer-icons">
                <img src="/assets/images/fa.png" alt="" />
                <img src="/assets/images/ef_logo.png" alt="" />
                <img src="/assets/images/england_crest.png" alt="" />

            </div>
        </div>
    </section>
    <div class="footer-bottom">
        <span>The Football Association © 2001 - 2021 - All Rights Reserved</span>
    </div>
</footer>

No notes defined.

/* No context defined. */
  • Content:
    .footer-section {
      font-family: $text-font;
      background-color: $blue;
      color: $white;
      position: relative;
    
      .container {
        padding-top: $spacing-xxl;
        padding-bottom: $spacing-xxl;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        width: calc(100% - 3.2rem);
        margin: 0 auto;
      }
    
      .footer-socialsection {
        width: 100%;
    
        .sociallink {
          float: left;
          width: 50%;
          font-size: 14px;
          text-align: right;
    
          label {
            display: inline-block;
            margin-right: 21px;
          }
    
          @media (max-width: $mq-small) {
            label {
              display: block;
              float: left;
              margin-top: 8px;
            }
          }
          .selectdrop-down {
            position: relative;
            display: inline-block;
            &::before {
              position: absolute;
              content: '';
              background: url('./assets/images/arrow.png');
              width: 16px;
              height: 10px;
              top: 30%;
              right: 0;
            }
          }
    
          @media (max-width: $mq-small) {
            .selectdrop-down {
              display: block;
              margin-left: 100px;
            }
          }
          select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            padding: 8px 0 8px 0;
            width: 172px;
            background: transparent;
            border: none;
            border-bottom: 1px solid $white;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 400;
            color: $white;
            z-index: 1;
            position: relative;
    
            option {
              color: $blue;
              background: $white;
            }
          }
    
          @media (max-width: $mq-small) {
            select {
              border-bottom: none;
              width: 100%;
            }
          }
    
          @media (max-width: $mq-small) {
            .sociallink {
              display: table-header-group;
              width: 100%;
              text-align: justify;
              margin-bottom: 30px;
              border-bottom: 1px solid $white;
            }
          }
        }
    
        @media (max-width: $mq-small) {
          display: table;
        }
      }
      .footerstrip {
        width: 100%;
        clear: both;
        position: relative;
    
        &::after {
          position: absolute;
          content: '';
          width: 100%;
          top: 50%;
          height: 1px;
          background-color: $white;
        }
    
        @media (max-width: $mq-small) {
          &::after {
            top: 0;
          }
          &::before {
            top: 65%;
          }
        }
        .footer-icons {
          margin: 0 auto;
          min-height: 40px;
          background-color: $blue;
          max-width: 205px;
          position: relative;
          z-index: 1;
          text-align: center;
    
          img {
            margin-left: 14px;
            display: inline-block;
            margin-right: 14px;
            height: auto;
            max-width: 3.5rem;
          }
        }
    
        @media (max-width: $mq-small) {
          .footer-icons {
            padding-top: 28px;
            background-color: transparent;
          }
        }
    
        @media (max-width: $mq-small) {
          margin-top: 16px;
        }
      }
      .footer-subnav {
        ul {
          margin: 0;
          padding: 0;
          li {
            margin-left: 24px;
            display: inline-block;
            &:first-child {
              margin-left: 0;
            }
            a {
              font-family: $text-font;
              text-decoration: none;
              display: block;
              color: $white;
              font-size: 14px;
              line-height: 20px;
              cursor: pointer;
    
              &:hover {
                color: $white;
                font-weight: 700;
                text-decoration: underline;
              }
            }
    
            @media (max-width: $mq-small) {
              a {
                line-height: 20px;
              }
            }
          }
    
          @media (max-width: $mq-small) {
            li {
              width: 32%;
              margin: 16px 0;
            }
          }
        }
      }
    }
    .footer-bottom {
      background-color: $black;
      padding-top: 16px;
      padding-bottom: 10px;
      color: $white;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      clear: both;
    }
    
  • URL: /components/raw/footer/footer.scss
  • Filesystem Path: src/library/modules/footer/footer.scss
  • Size: 4 KB
<footer class="footer-section">
  <section class="container">
    <div class="footer-socialsection">
      <nav class="footer-subnav">
        <ul>
          <li><a target="_blank" href="#">Contact Us</a></li>
          <li><a target="_blank" href="#">Privacy policy</a></li>
          <li><a target="_blank" href="/#">Terms of use</a></li>
          <li><a href="#">Anti-Slavery</a></li>
          <li><a tabindex="0" >Cookie Settings</a></li>
        </ul>
      </nav>
    </div>
    <div class="footerstrip">
      <div class="footer-icons">
        <img src="/assets/images/fa.png" alt="" />
        <img src="/assets/images/ef_logo.png" alt="" />
        <img src="/assets/images/england_crest.png" alt="" />

      </div>
    </div>
  </section>
  <div class="footer-bottom">
    <span>The Football Association © 2001 - 2021 - All Rights Reserved</span>
  </div>
</footer>