Sha256: 102aa9bb649b9f0714bc1abb3e7a58aa92da911668b76d29f94f35fe317c1a27

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 KB

Contents

.footer {

  flex: 1;

  @include header-links;

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

  %-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-md-3;
    @extend %-margin;
  }

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

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

  .sponsor {
    @extend %-margin;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    &__message {
      @extend .col-md-6, .col-lg-8;
    }
    &__logo {
      @extend .col-md-6, .col-lg-4;
      text-align: center;
      img {
        height: 90px;
        padding: 15px;
        background-color: $white;
      }
    }
  }

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

  #topbtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }


}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.8.9 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.8 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.7 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.6 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.5 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.4 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.3 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.2 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.1 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.0 _sass/centos/_footer.scss