Sha256: 69fb833dffce035ce3d60788eb3eb645bc1919c3a706798b1d3f74aa3e2ccae8
Contents?: true
Size: 1.38 KB
Versions: 76
Compression:
Stored size: 1.38 KB
Contents
/* Table of Contents ================================================== # Placeholder # Sizes # Colors # Media Queries */ /* # Placeholder ================================================== */ .placeholder { color: $color-gray; text-align: center; } .placeholder > i { background: $color-primary; border-radius: 500px; color: $color-white; display: inline-block; font-size: 86px; height: 120px; line-height: 130px; width: 120px; } .placeholder > h6 { letter-spacing: 1px; text-transform: uppercase; } .placeholder > p { font-size: 14px; line-height: 22px; } .placeholder-divider { background: $color-white; border-radius: 500px; height: 8px; margin: 20px auto; width: 50%; } /* # Sizes ================================================== */ .placeholder-large > i { background: $color-transparent; color: inherit; display: inline-block; font-size: 256px; height: initial; line-height: 0; width: initial; } /* # Colors ================================================== */ .placeholder-dark > .placeholder-divider { background: $color-light-black; } .placeholder-light > .placeholder-divider { background: $color-light-haze; } /* # Media Queries ================================================== */ @media only screen and (max-width: 767px) { .placeholder-divider { width: 75%; } .placeholder-large > i { font-size: 196px; line-height: 1; } }
Version data entries
76 entries across 76 versions & 1 rubygems