Sha256: 151e19d1b0bef39e712ede6f413233b00f2a5c95f6e1b1e3ae7c5d1f38ae912a
Contents?: true
Size: 967 Bytes
Versions: 11
Compression:
Stored size: 967 Bytes
Contents
/* Table of Contents ================================================== #Placeholder #Media Queries */ /* #Placeholder ================================================== */ .placeholder { text-align: center; } .placeholder i { background: rgba(15,135,226,1); border-radius: 500px; color: rgba(255,255,255,1); display: inline-block; font-size: 86px; height: 120px; line-height: 130px; width: 120px; } .placeholder-large i { background: transparent; color: rgba(15,135,226,0.60); display: inline-block; font-size: 256px; height: initial; line-height: 0; width: initial; } .placeholder-divider { background: rgba(245,248,250,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
11 entries across 11 versions & 1 rubygems