Sha256: b2c1b390e7154fb1c88d36a7744bbe802a61ba6d417764801054e83761e9fc2c

Contents?: true

Size: 1.57 KB

Versions: 2

Compression:

Stored size: 1.57 KB

Contents

.sub-footer {
    background-color: $sub-footer-color;
    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: $footer-bg-color;
 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: $footer-bg-color;
    border-top: 1px $brand-primary 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: 100px;
    height: auto;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.7.2 _sass/core/footer.scss
linaro-jekyll-theme-0.7.1 _sass/core/footer.scss