// ----------------------------------------------------------------------------- // This file contains all styles related to the footer of the site/application. // ----------------------------------------------------------------------------- footer { position: absolute; left: 0; bottom: 0; padding: 10px; background: $footer; width: 100%; } FOOTER { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; background-color: $footer; & a { padding-right: 10px; } & .btn-link { &:hover, &:focus { color: $link-hover-color; } } }