richpeck/exception_handler

View on GitHub
app/assets/stylesheets/styles/_footer.css.erb

Summary

Maintainability
Test Coverage
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

footer {
  display:  block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
}
footer a       {
  display: inline-block;
  margin-right: -4px;
  padding: 1.5em 0.3em;
  vertical-align: middle;
  transition: opacity 0.15s ease-in-out;
}
footer a:hover { text-decoration: none; }
footer a img   { width: 30px; vertical-align: middle; }

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */