Sha256: 9effd0026a79c5db2a42aafbf619b5cc9296c8e683f3140b39d7f7e1c019db4a

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 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:auto;
    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;
}

.company-footer-bottom {
    padding-left: 0px;
}
.company-footer-bottom .container {
    padding-left: 0px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

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