updated footer
removed ::selection style
This commit is contained in:
@ -14,14 +14,20 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
margin-bottom: 120px;
|
margin-bottom: 75px; //footer height + 30px
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90px;
|
height: 45px;
|
||||||
|
line-height: 45px;
|
||||||
|
|
||||||
|
p,
|
||||||
|
ul {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Navbar
|
// Navbar
|
||||||
|
@ -16,8 +16,16 @@
|
|||||||
@brand-danger: #d80017;
|
@brand-danger: #d80017;
|
||||||
@brand-info: #5bc0dd;
|
@brand-info: #5bc0dd;
|
||||||
|
|
||||||
::selection {
|
// Footer
|
||||||
background: @brand-primary;
|
// -------------------------
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background-color: @gray-darker;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
@ -136,10 +144,3 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Footer
|
|
||||||
// -------------------------
|
|
||||||
|
|
||||||
footer {
|
|
||||||
background-color: @gray-lighter;
|
|
||||||
}
|
|
@ -3,8 +3,10 @@ footer
|
|||||||
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
||||||
ul.pull-right.list-inline
|
ul.pull-right.list-inline
|
||||||
li
|
li
|
||||||
span.ion-social-github
|
a(href='https://github.com/sahat/hackathon-starter')
|
||||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
span.ion-fork-repo
|
||||||
|
| GitHub Project
|
||||||
li
|
li
|
||||||
span.ion-bug
|
a(href='https://github.com/sahat/hackathon-starter/issues')
|
||||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
span.ion-alert
|
||||||
|
| Issues
|
||||||
|
Reference in New Issue
Block a user