Sha256: 2f15e84ff61593a3b42ff4980ce78f1fbc895375464a9c4c3f0b88e739d3ab1f

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 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: $brand-primary;
    text-decoration: none;
    transition: color .5s ease;
   -moz-transition: color .5s ease;
   -webkit-transition: color .5s ease;
}

footer b a {
    color: $brand-primary;
}
footer b a:hover{
    color: #FFF;
}

.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;
}
.coloured-bp{
    color: $brand-primary;
}
.main-footer-content{
        margin-bottom: 10px;
}

.footer-logo {
    display:block;
    max-width: 50%;
    height: auto;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.4.9 _sass/core/footer.scss
linaro-jekyll-theme-0.4.8 _sass/core/footer.scss
linaro-jekyll-theme-0.4.7 _sass/core/footer.scss
linaro-jekyll-theme-0.4.6 _sass/core/footer.scss