Sha256: adbf8075b580737ae8350b338b9a1d185eadca057b2f1d5ae48b0d6a68fa2d3b
Contents?: true
Size: 1.01 KB
Versions: 13
Compression:
Stored size: 1.01 KB
Contents
// Table of Contents // ================================================== // Placeholder // Placeholder initials // Placeholder // ================================================== .placeholder { text-align: center; width: 100%; > i { display: inline-block; font-size: 196px; line-height: 1; margin-bottom: 20px; } > img { max-width: 280px; margin: 0 auto 20px; } } // Placeholder initials // ================================================== .placeholder-initials { background: color(gray); border-radius: border-radius(b); position: relative; width: 50%; &::after { content: ''; background: inherit; border-radius: inherit; display: block; padding-bottom: 100%; } .initials { @include transform(translate(-50%, -50%)); color: color(white); font-size: 115%; font-style: none; font-weight: text-weight(normal); line-height: 1; left: 50%; margin: 0; position: absolute; text-transform: uppercase; top: 50%; } }
Version data entries
13 entries across 13 versions & 1 rubygems