Sha256: 0b19e98da207d6a458a8c8f111b0346e56e47f53036fbc5080108254bd6fd478

Contents?: true

Size: 1.6 KB

Versions: 23

Compression:

Stored size: 1.6 KB

Contents

#footer {
  background: $black;
  border-radius: 4px;
  color: rgba($white, 0.7);
  padding: $spacing*2 0 $spacing;
  margin-top: $spacing;
  line-height: 1.8;
  z-index: 2;
  flex: 0 0 100%;
  width: 100%;

  .container {
    display: flex;
    flex-wrap: wrap;

    > div {
      flex: 3;
      margin-right: 2.5%;
      min-width: 150px;
      margin-bottom: $spacing;
    }

    #footer-support {
      flex: 2;
    }

    #footer-outbound-links {
      flex: 4;
      min-width: 260px;
      text-align: center;

      h5 {
        margin-bottom: 0px;
      }

      .Nxd-api-badge {
        background: $grey-darker !important;
      }

      a {
        display: flex;
      }
    }

    @include tablet {
      > div {
        flex-grow: 1.45;
      }

      #footer-support {
        flex: 3;
      }

      #footer-outbound-links {
        border-top: 1px solid $gray;
        margin-top: $spacing;
        flex: none;
        width: 100%;
      }
    }
  }

  h5 {
    color: $white;
  }

  a {
    color: rgba($white, 0.7);
    font-size: 1.4rem;
    display: block;

    &:hover {
      color: $white;
    }
  }
}

#footer-logo {
  margin: 0 auto $spacing;
  max-width: 350px;

  .Nxd-product__separator {
    margin: 0 10px;
  }

  .Nxd-product__title {
    align-items: baseline;
    text-align: left;
  }

  .Nxd-logo__image {
    width: 44%;
  }
}

#footer-copyright {
  a {
    border-bottom: 1px dotted lighten($atom, 20%);
  }
}

#footer-social-links {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-top: 20px;
  justify-content: center;

  a {
    margin: 0 10px;
    display: inline-block;
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
station-0.0.120 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.119 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.118 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.115 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.114 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.113 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.112 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.111 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.110 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.109 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.108 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.107 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.106 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.105 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.104 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.103 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.102 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.101 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.100 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss
station-0.0.97 lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss