addtheme
This commit is contained in:
17
user/themes/lecampus/scss/theme/_footer.scss
Normal file
17
user/themes/lecampus/scss/theme/_footer.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
// Sticky Footer solution
|
||||
body.sticky-footer {
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
#page-wrapper {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: #acb3c2;
|
||||
padding: 1rem $horiz-padding 0;
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user