Sha256: 1b98efdd5a6f2b0295520fa04f6071636f0ef22d0b85031f55c2b2ae50039617

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

#footer .footer-top {
  background-color: $footer-top-background-color;
  padding-top: 25px;
  color: #fff ;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}

#footer .footer-bottom {
  background: $footer-bottom-background-color;
  color: $footer-bottom-font-color;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}

[data-component="footers/progressive"] {
  .title-block {
    border-bottom: 1px solid #e1e1e1;
  }
}

footer ul.footer-list{
    border: 0px solid #e1e1e1;
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    color: #7f7f7f;
    font-family: Arimo,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 21px;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 1;
    word-spacing: 0px;
}

footer li.footer-list{
    border: 0px solid #e1e1e1;
    line-height: 21px;
}

footer li.footer-list a{
    border: 0px solid #e1e1e1;
    text-decoration: none;
    background: transparent none repeat scroll 0% 0%;
}

footer li.footer-list a.white{
    color: #ffffff;
}

footer li.footer-list a.gray{
    color: #7f7f7f;
}

@media (max-width: 767px) {
  footer .col-md-3,
  footer .col-md-4,
  footer .col-md-6,{
    margin-bottom: 36px;
    overflow: hidden;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-marketing-1.0.1 _sass/components/footers/_vg_progressive.scss
jekyll-theme-marketing-1.0.0 _sass/components/footers/_vg_progressive.scss