Sha256: 1be039c7af2b35b18bdba85086decd502237cdd8b0402d109b084c26e8ca4c02

Contents?: true

Size: 630 Bytes

Versions: 13

Compression:

Stored size: 630 Bytes

Contents

.pan-layout-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: var(--pan-layout-footer-height);
  background-color: #FFF;
  border-top: 1px solid #CCC;
  font-size: .75rem;
  text-align: right;
  z-index: 5;

  > * {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px;
  }

  &__copyright {
    display: inline-block;
    border-right: 1px solid #CCC;
    padding-right: 10px;
    margin-right: 10px;
  }

  @media (min-width: pan-device(md)) {
    &__copyright {
      float: left;
      border-right: none;
    }
  }

}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
panthera-jekyll-1.4.2 _sass/includes/layout/footer.scss
panthera-jekyll-1.4.1 _sass/includes/layout/footer.scss
panthera-jekyll-1.4.0 _sass/includes/layout/footer.scss
panthera-jekyll-1.3.6 _sass/includes/footer.scss
panthera-jekyll-1.3.5 _sass/includes/footer.scss
panthera-jekyll-1.3.4 _sass/includes/footer.scss
panthera-jekyll-1.3.3 _sass/includes/footer.scss
panthera-jekyll-1.3.2 _sass/includes/footer.scss
panthera-jekyll-1.3.1 _sass/includes/footer.scss
panthera-jekyll-1.3.0 _sass/includes/footer.scss
panthera-jekyll-1.2.1 _sass/includes/footer.scss
panthera-jekyll-1.1.1 _sass/includes/footer.scss
panthera-jekyll-1.1.0 _sass/includes/footer.scss