Sha256: 233f281df558501f18e163a6dcf1ca8e01073cdac40bf55aeb6bbde8be2faf1f

Contents?: true

Size: 1.66 KB

Versions: 49

Compression:

Stored size: 1.66 KB

Contents

/* Table of Contents
==================================================
# Footer
# Styles
# Colors
# Media Queries */

/* # Footer
================================================== */
.footer {
  background: $color-white;
  border-top: 1px solid $color-haze;
  box-sizing: border-box;
  color: $color-dark-black;
  display: block;
  height: 30px;
  padding-top: 3px;
  min-width: 100%;
  width: 100%;
}
.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav > li {
  float: left;
  font-size: 9px;
  font-weight: 500;
  margin: 0 5px;
  text-transform: uppercase;
}
.footer-nav > li:first-child { margin-left: 0; }
.footer-nav > li:last-child { margin-right: 0; }
.footer-nav > li > a:hover,
.footer-nav > li > a.active,
.footer-nav > li > a:active,
.footer-nav > li > a:focus { color: $color-primary; }

/* # Styles
================================================== */
.footer-fixed {
  bottom: 0;
  position: fixed;
  min-width: inherit;
  width: inherit;
  z-index: 1030;
}

/* # Colors
================================================== */
.footer-dark {
  background: $color-black;
  border-color: $color-dark-black;
  color: $color-white;
}
.footer-light {
  background: $color-light-haze;
  border-color: $color-dark-haze;
}

/* # Media Queries
================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .footer { border-width: 0.5px; }
}

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
active_frontend-12.4.32 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.31 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.30 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.29 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.28 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.27 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.26 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.25 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.24 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.23 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.22 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.21 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.20 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.19 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.18 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.17 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.16 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.15 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.14 vendor/assets/stylesheets/_footer.scss
active_frontend-12.4.13 vendor/assets/stylesheets/_footer.scss