Sha256: ab87d4603bd7ea59641f622dac854f11d46d9314cdfffacc08cccdbdb8192342
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
/* Cover */ .cover { position: absolute; top: 50%; left: 50%; z-index: -1; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; } /* Fitting */ .cover.w, .cover.width { width: 100%; max-height: none; } .cover.h, .cover.height { height: 100%; max-width: none; }
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slippery-0.4.2 | assets/shower/themes/material/styles/slide/elements/cover.css |
slippery-0.4.2 | assets/shower/themes/ribbon/styles/slide/elements/cover.css |