Sha256: ab025c1459a58c9ea580a7888b68a53991173dcc3812e2f847cb0d0d297589d0

Contents?: true

Size: 370 Bytes

Versions: 11

Compression:

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

}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
panthera-jekyll-1.0.4 _sass/includes/footer.scss
panthera-jekyll-1.0.3 _sass/includes/footer.scss
panthera-jekyll-1.0.2 _sass/includes/footer.scss
panthera-jekyll-1.0.1 _sass/includes/footer.scss
panthera-jekyll-1.0.0 _sass/includes/footer.scss
panthera-jekyll-0.0.7 _sass/includes/footer.scss
panthera-jekyll-0.0.6 _sass/includes/footer.scss
panthera-jekyll-0.0.5 _sass/includes/footer.scss
panthera-jekyll-0.0.4 _sass/includes/footer.scss
panthera-jekyll-0.0.3 _sass/includes/footer.scss
panthera-jekyll-0.0.2 _sass/includes/footer.scss