Footer

<!-- Apply the fixed class to the app-footer element to fix it to the bottom -->
<footer class="app-footer fixed">
  <div class="row no-padding">
    <button class="float-left">Save</button>
    <button class="button--green float-right">Submit</button>
  </div>
</footer>
//Include these variables in your theme file to change the color theme of your footer
$footer-color: $white !default; //Override this variable to change the color of your footer
$footer-border-color: $gray-200 !default; //Override this variable to change the color of the top border of your footer