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