Skip to content
Snippets Groups Projects
_footer.scss 1.6 KiB
Newer Older
bcweaver's avatar
bcweaver committed
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Footer
// --------------------------------------------------

.footer {
  background: #173E41;
  border-top: none;
  color: $white;
bcweaver's avatar
bcweaver committed

bcweaver's avatar
bcweaver committed
    color: $white;
  }
  }

  .social-media-links--platforms {

    a {
      color: $white;

      &:hover {
bcweaver's avatar
bcweaver committed
}

#subfoot {
  background: $deep-grey;
  float: left;
  width: 100%;
  color: $white;
  padding: 20px 0;

bcweaver's avatar
bcweaver committed
    color: $white;
  }

bcweaver's avatar
bcweaver committed
  .sf-col2 {
    text-align: right;

    ul {
      list-style-type: none;
    }
  }

  @media (max-width: 768px) {
    .col-xs-12 {
      text-align: center;

      ul {
        padding: 0;
      }
    }
  }
}


//
// Social Media
// --------------------------------------------------

.social-media-links--platforms {
  .fa-twitter:before {
      content: "\f081";
  }
  .fa-facebook:before {
      content: "\f082";
  }
  .fa-youtube:before {
      content: "\f166";
  }
  .fa-linkedin:before {
      content: "\f08c";
  }
  .fa-envelope:before {
      content: "\f199";
  }
  .fa-bitbucket:before {
      content: "\f172";
  }
  .fa-behance:before {
      content: "\f1b5";
  }
  .fa-pinterest:before {
      content: "\f0d3";
  }
  .fa-google-plus:before {
      content: "\f0d4";
  }