logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

footer.less (476B)


  1. // Sticky footer styles
  2. *{
  3. border-radius: 0 !important;
  4. }
  5. html {
  6. position: relative;
  7. min-height: 100%;
  8. color: @black;
  9. }
  10. body {
  11. /* Margin bottom by footer height */
  12. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  13. margin-bottom: 80px;
  14. background-color: white;
  15. a{
  16. color: @blue;
  17. }
  18. }
  19. .footer {
  20. position: absolute;
  21. bottom: 0;
  22. width: 100%;
  23. /* Set the fixed height of the footer here */
  24. height: 60px;
  25. text-align: center;
  26. color: #999;
  27. }