Sha256: 04d06d92dd9e9cefbaaf2f1f9c6e3c29ebb4d41b91b58970dbf12f2c147f4262

Contents?: true

Size: 1.16 KB

Versions: 11

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 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-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

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.9.20221031122647 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220805132206 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220227231551 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220212202853 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220212195701 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220201124228 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220201033517 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20220201032927 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20211202171349 _sass/centos/_footer.scss
jekyll-theme-centos-0.9.20211031215618 _sass/centos/_footer.scss
jekyll-theme-centos-0.8.10 _sass/centos/_footer.scss