mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
27 lines
505 B
Plaintext
Executable File
27 lines
505 B
Plaintext
Executable File
//
|
|
// Sticky Footer
|
|
// --------------------------------------------------
|
|
// make sure to set .sticky-footer()
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
.wrapper {
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
}
|
|
|
|
.footer {
|
|
min-width: 990px; // necessary fix for non-responsive layouts
|
|
// border-top: 1px solid @grayLighter;
|
|
// background-color: #f5f5f5;
|
|
|
|
// color: #777;
|
|
|
|
// p {
|
|
// margin-bottom: 0;
|
|
// }
|
|
}
|
|
|
|
.sticky-footer(90px, 30px, 30px, 40px); // sets default values for sticky footer |