Sha256: a2e6d23499ccf2d3dbe9de17cd1dd012f70d01fd2cd79016cf74bc28990ed43b
Contents?: true
Size: 557 Bytes
Versions: 37
Compression:
Stored size: 557 Bytes
Contents
@mixin blockquote-mark { color: $color-gray-dim-light; } blockquote { padding: 0 0 0 4rem; border: none; p { font-style: italic; &:before { content: '\201C'; font-size: $font-size-blockquote-mark; margin-left: -3rem; float: left; line-height: 1em; @include blockquote-mark; } &:after { content: '\201D'; margin-left: 0.4em; @include blockquote-mark; } } footer { font-size: $font-size-small; color: $color-gray-dim-light; &:before { content: '\2014 \00A0'; } } }
Version data entries
37 entries across 37 versions & 1 rubygems