Sha256: 16e1ad73ddc22aecfeb49522677305c4fb1fec72f744360e230f20e14e1d929a
Contents?: true
Size: 921 Bytes
Versions: 8
Compression:
Stored size: 921 Bytes
Contents
/* Table of Contents ================================================== #Placeholder #Media Queries */ /* #Placeholder ================================================== */ .placeholder { text-align: center; } .placeholder i { background: rgba(58,144,216,1); border-radius: 500px; color: rgba(255,255,255,1); font-size: 86px; height: 120px; line-height: 120px; width: 120px; } .placeholder-large i { background: transparent; color: rgba(58,144,216,0.60); font-size: 256px; height: initial; line-height: 256px; width: initial; } .placeholder-divider { background: rgba(236,238,241,1); 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
8 entries across 8 versions & 1 rubygems