Sha256: c76bcffb54996bd7fb7aa334cc68c4ca4bc1dda2a42dd9b0a481ce8ac9793ed0
Contents?: true
Size: 920 Bytes
Versions: 5
Compression:
Stored size: 920 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
5 entries across 5 versions & 1 rubygems