Sha256: c978e4c8ddb0996ccec74df92fb986fc2dd344f675a7aa27d4f6aa737297da71

Contents?: true

Size: 867 Bytes

Versions: 7

Compression:

Stored size: 867 Bytes

Contents

.footer {

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

	background-image: url($background-image);
	background-color: $black;
	background-size: cover;
  background-position: top right;

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

	color:            $nord-color-6;
	background-color: $black;
  font-size:        $font-size-base * 0.9;

  margin-top: $line-height-base * 2rem;

  scroll-margin-top: $scroll-margin-top;
  margin-top: $heading-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;
      }
    }
  }

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

}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.2.6 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.5 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.4 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.3 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.2 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.1 _sass/centos/_footer.scss
jekyll-theme-centos-0.2.0 _sass/centos/_footer.scss