Sha256: 7dc9a63344674693bd4f25e2f2ef138d51d5e2aae096fcc4e658e8c47f589008

Contents?: true

Size: 886 Bytes

Versions: 22

Compression:

Stored size: 886 Bytes

Contents

.footer-header {
  font-weight: 500;
}
.footer-main_block {
  margin-top: 10px;

  @media (min-width: $screen-md) {
    margin-top: 20px;
  }

  .footer-link {
    color: color('gray-300');
    font-size: $font-size-200;
  }
  
  .footer-link-dark {
    color: color('gray-400');
  }
}
.footer-title {
  font-size: $font-size-300;
  margin-bottom: 5px;
}
.footer-social_icons {
  margin-top: 10px;
  margin-bottom: 10px;

  .fa-feature_bullet:hover {
    color: color('gray-500');
  }
}
.footer-divider {
  margin-top: 0;
  margin-bottom: 5px;
  border-top: 1px solid $color-gray-500;
}
.footer-copyright {
  margin-bottom: 0;
  @media (max-width: $screen-sm) {
    margin-top: 5px;
  }
}
.footer-policy_links {
  margin-bottom: 0;
  @media (min-width: $screen-md) {
    text-align: right;
  }
}
.footer-location {
  @media (min-width: $screen-md) {
    vertical-align: text-top;
  }
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
forever_style_guide-3.1.4 app/assets/stylesheets/forever_style_guide/modules/_footer.scss
forever_style_guide-3.1.3 app/assets/stylesheets/forever_style_guide/modules/_footer.scss