Sha256: 29e85eb1f14246925866ed19c58e0c495e11e2e2e9c9b62801371901a5dae517
Contents?: true
Size: 242 Bytes
Versions: 10
Compression:
Stored size: 242 Bytes
Contents
/* A usefull class to overlay elements and make them appear fullscreen */ .kuppayam-overlay { position: fixed; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(51,51,51,0.7); z-index: 10; }
Version data entries
10 entries across 10 versions & 1 rubygems