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