Sha256: 29df4a9d4ab88e07b2d8f309809b313aee2f580a003fddc4c39d390cecbdd7a0

Contents?: true

Size: 1.38 KB

Versions: 5

Compression:

Stored size: 1.38 KB

Contents

/* Table of Contents
==================================================
# Footer
# Alternate */

/* # Footer
================================================== */
.footer-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.footer {
  background: rgba(24,24,24,1);
  border-top: 2px solid rgba(4,4,4,1);
  box-sizing: border-box;
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
}
.footer-brand { float: left; }
.footer-brand > a {
  color: rgba(255,255,255,1);
  font-size: 30px;
  text-decoration: none;
}
.footer-nav {
  float: right;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.footer-nav > li {
  font-size: 10px;
  float: left;
  line-height: 10px;
  margin-left: 10px;
}
.footer-nav > li:first-child { margin: 0; }
.footer-nav > li > a {
  color: rgba(255,255,255,1);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-footnote {
  float: left;
  color: rgba(255,255,255,1);
  font-size: 10px;
  line-height: 10px;
  margin: 8px 0 0 10px;
}

/* # Alternate
================================================== */
.footer.footer-alt {
  background: rgba(255,255,255,1);
  border-top: 2px solid rgba(243,243,243,1);
}
.footer.footer-alt > .footer-brand > a { color: rgba(34,34,34,1); }
.footer.footer-alt >.footer-nav > li > a { color: rgba(34,34,34,1); }
.footer.footer-alt > .footer-footnote { color: rgba(34,34,34,1); }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_frontend-3.0.4 vendor/assets/stylesheets/footer.scss
active_frontend-3.0.3 vendor/assets/stylesheets/footer.scss
active_frontend-3.0.2 vendor/assets/stylesheets/footer.scss
active_frontend-3.0.1 vendor/assets/stylesheets/footer.scss
active_frontend-3.0.0 vendor/assets/stylesheets/footer.scss