Sha256: caa2f868ba1651b71ea3f914a4611ca30ebf5ee3ce61762a6b558b45130ef30e

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

#wrapper {
  #main_content {
    ul {
      list-style: none;
      li {
        &::before {
          content: "\2022";
          color: $primary;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em;
        }
        ul > li {
          &::before {
            content: "\2022";
            color: transparent;
            font-weight: bold;
            display: block;
            width: 0.5em;
            left: -0.5em;
            height: 0.5em;
            border: 1px solid $primary;
            border-radius: 100%;
            position: relative;
            top: 0.5em;
          }
        }
      }
    }
  }
  .btn {
    &.btn-primary {
      color: #fff;
    }
    &.btn-secondary {
      color: #fff;
    }
  }
  .dotted {
    border: 6px dotted $primary;
    border-radius: 10px;
  }
  .blog-content {
    @include media-breakpoint-up(xl) {
      font-size: 1.4rem;
    }
  }
  blockquote {
    width: 100%;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid $primary;
    line-height: 1.6;
    position: relative;
    background: #ededed;
    &::before {
      font-family: Arial;
      content: "\201C";
      color: $primary;
      font-size: 6em;
      position: absolute;
      left: 10px;
      top: -10px;
    }
  }
  .card {
    &.background_image {
      img {
        filter: brightness(0.6);
        height: 100%;
      }
    }
    .card-img-top {
      height: 150px;
      width: 100%;
      object-fit: cover;
      font-family: "object-fit: cover;";
    }
  }
  .darken {
    filter: brightness(0.5);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
linaro-jekyll-theme-4.3.0 _sass/core/theme.scss