Sha256: e923019043368d612bf7e6ee079b61f08307aeadcb8b4b372f48581c6ff18bd9

Contents?: true

Size: 1.45 KB

Versions: 40

Compression:

Stored size: 1.45 KB

Contents

// Footer Styles

.footer__margin {
  margin-top: 20px;
}


.footer {
  background-color: $grey-4;
  margin-top: 60px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
  border-top-color: $color-black-light;
  border-top-style: solid;
  border-top-width: thin;
}

// Footer's "athletics.kcc.edu link"
a.footer-link {
  color: $primary-blue;

  &:hover {
    text-decoration: none !important;
    color: $primary-red;
  }
}

.footer-heading {
  transition-property: color;
  transition-timing-function: ease;
  transition-duration: .3s;
}

.footer-icons {
  background-color: $primary-red;
  border-radius: 50%;
  transition-property: background-color;
  transition-timing-function: ease;
  transition-duration: .3s;
  height: 33px;
  margin: 4px;
  padding: 2px;
  width: 33px;
}

@media screen and (min-width: 360px) {
  .footer-icons {
    height: 40px;
    margin: 5px;
    width: 40px;
  }
}

@media screen and (min-width: 412px) {
  .footer-icons {
    height: 50px;
    width: 50px;
  }
}

a.footer-social-links, a.footer-social-links .footer-icons {
  text-decoration: none !important; // Get rid of default link-underline on hover
}

a.footer-social-links:hover .footer-icons {
  text-decoration: none !important;
  background-color: $primary-blue;
}

.footer__mobile--margin-bottom {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer__mobile--margin-bottom {
    margin-bottom: 0;
  }
}

.footer__svg--logo {
  height: 36px; // Needed for IE
}

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
kcc-gem-theme-1.88.0 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.87.0 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.86.1 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.86.0 assets/scss/2-modules/_footer.scss
kcc-gem-theme-slim-0.1.0 assets/scss/2-modules/_footer.scss
kcc-gem-theme-slim-0.0.1 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.84.96 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.84.95 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.83.95 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.83.94 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.83.93 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.82.93 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.81.93 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.81.92 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.80.92 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.79.92 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.79.91 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.79.90 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.78.90 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.78.89 assets/scss/2-modules/_footer.scss