2014-09-29 10:27:19 +02:00
|
|
|
// Sticky footer styles
|
2016-06-26 01:57:43 +02:00
|
|
|
*{
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
2014-09-29 10:27:19 +02:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
2016-06-26 01:57:43 +02:00
|
|
|
color: @black;
|
2014-09-29 10:27:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2016-06-26 01:57:43 +02:00
|
|
|
font-family: 'Roboto', Helvetica, Arial, sans-serif;
|
2014-09-29 10:27:19 +02:00
|
|
|
margin-bottom: 80px;
|
2016-06-26 01:57:43 +02:00
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: @blue;
|
|
|
|
}
|
2014-09-29 10:27:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
height: 60px;
|
2016-06-26 01:57:43 +02:00
|
|
|
text-align: center;
|
|
|
|
color: #999;
|
2014-09-29 10:27:19 +02:00
|
|
|
}
|