Sha256: 2e4f7436ed2a09d2e506f253eec4db8a0c4e9f1d43c8bba03c8c745b213b6c04

Contents?: true

Size: 1.36 KB

Versions: 83

Compression:

Stored size: 1.36 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%;
}

// 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

83 entries across 83 versions & 1 rubygems

Version Path
kcc-gem-theme-1.71.75 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.71.74 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.71.73 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.70.73 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.70.71 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.70.70 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.70.69 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.69.69 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.68.69 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.67.69 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.67.68 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.68 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.67 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.66 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.65 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.64 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.63 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.66.62 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.65.62 assets/scss/2-modules/_footer.scss
kcc-gem-theme-1.65.61 assets/scss/2-modules/_footer.scss