Sha256: 01d74682e371ae2106e969e0f044e84f4b92f37b1c253221d0abce26a6e6ce25
Contents?: true
Size: 1.19 KB
Versions: 9
Compression:
Stored size: 1.19 KB
Contents
/* Table of Contents ================================================== # Placeholder # Size # Media Queries */ /* # Placeholder ================================================== */ .placeholder { 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 { color: $color-gray-dark; letter-spacing: 1px; text-transform: uppercase; } .placeholder > p { color: $color-gray; font-size: 14px; line-height: 22px; } /* # Size ================================================== */ .placeholder-large > i { background: transparent; color: $color-gray-dark; display: inline-block; font-size: 256px; height: initial; line-height: 0; width: initial; } .placeholder-divider { background: $color-haze-light; border-radius: 500px; height: 8px; margin: 20px auto; width: 50%; } /* # Media Queries ================================================== */ @media only screen and (max-width: 767px) { .placeholder-divider { width: 75%; } .placeholder-large > i { font-size: 196px; line-height: 196px; } }
Version data entries
9 entries across 9 versions & 1 rubygems