Sha256: 77731b9c3525df1c4a8cea3e39f4e3d41579df381828c3160ee110397584ea96
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
body > #modal-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999999; background: rgba($color-dark, 0.9); #title-bar { position: relative; top: 0; padding: 5px 25px; } .tiles { margin: 50px; } .image-container { position: relative; max-width: 600px; margin: 25px auto; .gravity { @include position(absolute, 0 null null 0); @include size(100%); font-size: 0; div { display: inline-block; width: 33.3%; &:hover { cursor: pointer; background: rgba($color-1, 0.75); } } } img { width: 100%; } } }
Version data entries
3 entries across 3 versions & 1 rubygems