Switched to old footer like on demo site
This commit is contained in:
@ -26,10 +26,8 @@ body {
|
||||
}
|
||||
|
||||
#footer {
|
||||
font-size: 12px;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
height: 100px;
|
||||
height: 110px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
@ -81,3 +81,11 @@
|
||||
.navbar-default .navbar-nav > li a {
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
// Footer
|
||||
// -------------------------
|
||||
|
||||
#footer {
|
||||
background-color: #f8f8f8;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
}
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Variables
|
||||
// --------------------------------------------------
|
||||
|
||||
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
||||
|
||||
//== Colors
|
||||
//
|
||||
//## Gray and brand colors for use across Bootstrap.
|
||||
@ -988,7 +990,9 @@ input[type="color"],
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
// Footer =================================================================
|
||||
|
||||
#footer {
|
||||
color: #3A5169;
|
||||
background-color: #1D2936;
|
||||
color: #fff;
|
||||
background-color: @brand-primary;
|
||||
}
|
@ -1,13 +1,15 @@
|
||||
#footer
|
||||
.container
|
||||
ul.list-inline.pull-left
|
||||
li © 2014 Company, Inc.
|
||||
ul.list-inline.pull-right
|
||||
li
|
||||
a(href='#') Terms of Use
|
||||
li
|
||||
a(href='#') Privacy Policy
|
||||
li
|
||||
.container.text-center
|
||||
div © 2014 Company, Inc.
|
||||
div
|
||||
strong Hackathon Starter
|
||||
| Project ·
|
||||
| Created by
|
||||
a(href='http://sahatyalkabov.com') Sahat Yalkabov
|
||||
div
|
||||
| Code licensed under
|
||||
a(href='http://opensource.org/licenses/mit-license.html') MIT License
|
||||
div
|
||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||
li
|
||||
| ·
|
||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
Reference in New Issue
Block a user