Sha256: 007bdcb44ee5f87862282ecf333e0b703fb17cad30995a3c10bde2b4a89c70ba

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

.footer {

  a {
    color: rgba(255,255,255,0.75);
    &:hover {
      color: $white;
    }
  }

	background-image: url($centos-img-motif);
	background-size: cover;
  background-position: top right;

  %-margin {
    margin-top: $line-height-base * 1.5rem;
  }

	color:            $white;
	background-color: $dark;
  font-size:        $font-size-base * 0.9;
  text-shadow: 0 0 5px $dark;

  scroll-margin-top: $scroll-margin-top;

	ul {
		padding: 0;
		list-style: none;
		line-height: 1.6;
		margin-bottom: 0;
	}

  .links {
    @extend .col-sm-3;
    @extend %-margin;
  }

  .project {
    @extend .col;
    @extend %-margin;

    .social {
      a {
        margin-right: 1rem;
      }
    }
  }

  .sponsor {
    @extend .col;
    @extend %-margin;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    &__message {
    }
    &__logo {
      img {
        padding: 15px;
        background-color: $white;
      }
    }
  }

  .copyright {
    @extend .col;
    @extend %-margin;
    font-size: small;
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.6.17 _sass/centos/_footer.scss
jekyll-theme-centos-0.6.16 _sass/centos/_footer.scss
jekyll-theme-centos-0.6.15 _sass/centos/_footer.scss
jekyll-theme-centos-0.6.14 _sass/centos/_footer.scss
jekyll-theme-centos-0.6.13 _sass/centos/_footer.scss