Sha256: 77ab03eef8100435590f28741c8b8f38f1936a2ce442f7bbece6e44222f242ba

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

@mixin content {

  background: #fff;
  padding: 2.75rem;
  margin-top: -120px;
  min-height: 430px;

  h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: $scroll-margin-top + 2.5;
    &:first-of-type {
      margin-top: 0;
      padding-top: 0;
    }
  }

  h2 {
    margin-top: $scroll-margin-top;
    border-bottom: 3px solid $body-color;
  }

  img {
    @extend .img-fluid;
    width: 100%;
  }

  pre {
    @extend .highlight, .pre-scrollable;
    padding: 1rem;
  }

  table {
    @extend .table, .table-striped;
    thead {
      @extend .thead-dark;
    }
  }

  blockquote {
    @extend .blockquote;
    font-size: $font-size-base;

    border-left: 5px solid $info;
    background-color: rgba($info, 0.05);
    padding: 1em;

    blockquote {
      border-left: 5px solid $success;
      background-color: rgba($success, 0.05);
      blockquote {
          border-left: 5px solid $warning;
          background-color: rgba($warning, 0.05);
        blockquote {
          border-left: 5px solid $danger;
          background-color: rgba($danger, 0.05);
        }
      }
    }
  }

  .alert {
    .title {
      font-size: $h4-font-size;
      font-weight: $font-weight-bold;
    }
  }

  .video {
    @extend .embed-responsive, .embed-responsive-16by9;
    margin-bottom: $line-height-base * 1em;
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.5.2 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.5.1 _sass/centos/mixins/_content.scss
jekyll-theme-centos-0.5.0 _sass/centos/mixins/_content.scss