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