Sha256: 50864732560c7b30af16c2dd74115d94e58d486d8aeeae561300dc7eb576d363

Contents?: true

Size: 790 Bytes

Versions: 40

Compression:

Stored size: 790 Bytes

Contents

/*------------------------------------
  Dropcaps
------------------------------------*/
%u-dropcap {
  float: left;
  font-size: 3.57rem;
  line-height: 1;
}
.u-dropcap {
  @extend %u-dropcap;

  &-underline {
    @extend %u-dropcap;
    @include px-to-rem(padding-bottom, 5px);
    border-bottom: 2px solid;
  }
  &-bg {
    @extend %u-dropcap;
    @include px-to-rem(width, 70px);
    @include px-to-rem(height, 70px);
    @include px-to-rem(margin-top, 5px);
    text-align: center;
    line-height: 4.78rem;
    // background-color: $g-color-main;
  }
  &-bordered {
    @extend %u-dropcap;
    @include px-to-rem(width, 70px);
    @include px-to-rem(height, 70px);
    @include px-to-rem(margin-top, 5px);
    text-align: center;
    line-height: 4.35rem;
    border: 3px solid;
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/base/_dropcaps.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/base/_dropcaps.scss