Sha256: f44d38e013cfc2147a2c6e8feca3af776aa41c9344f35650a53cb8ba1e51b356

Contents?: true

Size: 1.32 KB

Versions: 37

Compression:

Stored size: 1.32 KB

Contents

.c-blockquote {
  font-size: 1.45rem;
  font-style: italic;
  color: $dark-gray;

  padding: 1rem 0 0;
  margin: 0 0 2rem;
  border-left: 0;

  @include breakpoint(medium down) {
    br {
      display: none;
    }
  }
}

.c-blockquote--wicon {
  padding-top: 3rem;

  &:before,
  p:last-of-type:after {
    line-height: 1;
    opacity: 0.2;
    font-size: 12rem;
    height: 55px;
    font-family: #{getHeaderSettings(family, super)};
    font-weight: getHeaderSettings(weight, super);
    font-style: normal;
  }

  &:before {
    content: '“';
    float: left;
    margin-left: -7px;
    margin-top: -1.5rem;
    padding-right: 1rem;
  }

  p:last-of-type:after {
    content: '”';
    float: right;
    margin-right: -7px;
    margin-top: .5rem;
    padding-left: 1rem;
  }

  // override foundation
  cite {
    font-size: 1em;

    &:before {
      display: none;
    }
  }

  @include breakpoint(medium down) {
    padding-top: 1rem;

    &:before,
    p:last-of-type:after {
      font-size: 8rem;
      height: 40px;
    }

    &:before {
      margin-top: -0.5rem;
      margin-left: -5px;
    }

    p:last-of-type:after {
      margin-right: -5px;
      margin-top: .2rem;
    }
  }

  // @include breakpoint(mobile down) {
  //   padding-left: 0;
  //   padding-top: 2.5rem;
  //   &:before {
  //     font-size: 2.5rem;
  //   }
  // }
}

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.beta2 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.beta1 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha6 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha5 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha4 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha3 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha2 _sass/components/blockquote.scss
jekyll-theme-pirati-8.0.0.pre.alpha1 _sass/components/blockquote.scss
jekyll-theme-pirati-7.7.1 _sass/components/blockquote.scss
jekyll-theme-pirati-7.7.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.6.2 _sass/components/blockquote.scss
jekyll-theme-pirati-7.6.1 _sass/components/blockquote.scss
jekyll-theme-pirati-7.6.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.5.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.4.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.3.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.2.0 _sass/components/blockquote.scss
jekyll-theme-pirati-7.1.1 _sass/components/blockquote.scss
jekyll-theme-pirati-7.0.0 _sass/components/blockquote.scss
jekyll-theme-pirati-6.9.0 _sass/components/blockquote.scss