Sha256: 91b95162ac28197a91ed6abfb94e93fb849df7ab67497ad4517a3997d362ae7c

Contents?: true

Size: 1.45 KB

Versions: 6

Compression:

Stored size: 1.45 KB

Contents

.sub-footer {
    background-color: #E5E5E5;
    padding-top: 40px;
    padding-bottom:30px;
}
input#mc-embedded-subscribe {
    color: #fff;
    background-color: #717171;
    border-color: #95989A;
}
  input#mc-embedded-subscribe:hover{
    color: #fff;
  }

footer {
 background-color: $gray-darker;
 height:auto;
 color: #FFF;
 padding:20px;
 font-size: 16px;
 }

footer a{
    color: $gray-lighter;
    font-size: 14px;
}
footer h3 {
    font-size: 14px;
    font-weight:700;
}
footer a:hover{
    color: darken($brand-success, 20%);
    text-decoration: none;
    transition: color .5s ease;
   -moz-transition: color .5s ease;
   -webkit-transition: color .5s ease;
}

footer b a {
    color: #FFF;
}
footer b a:hover{
    color: darken($brand-success, 25%);

}

.footer-bottom {
    height:40px;
    line-height: 29px;
    background-color: darken($brand-primary, 20%);
    color: #FFF;
}
.footer-strip{
    background-color: $gray-darker;
    border-top: 1px $gray-dark solid;
}
div.row.footer-strip > div > div.pull-right > ul {
    background-color: $gray-darker;
}
div.row.footer-strip > div > div.pull-right > ul a {
    color: #FFF;
}
div.row.footer-strip > div > div.pull-right > ul a:hover{
    color: $brand-primary;
    transition: color .5s ease;
   -moz-transition: color .5s ease;
   -webkit-transition: color .5s ease;
}
.footer-strip .container div {
    height:50px;
    line-height: 50px;
    color: #FFF;
}
.main-footer-content{
        margin-bottom: 10px;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.1.6 _sass/footer.scss
linaro-jekyll-theme-0.1.5 _sass/footer.scss
linaro-jekyll-theme-0.1.4 _sass/footer.scss
linaro-jekyll-theme-0.1.3 _sass/footer.scss
linaro-jekyll-theme-0.1.2 _sass/footer.scss
linaro-jekyll-theme-0.1.1 _sass/footer.scss