Sha256: 7478bd264affefc13be416a9424576cd71008b4bdf413cb3cb99fc728fcb2bed
Contents?: true
Size: 652 Bytes
Versions: 10
Compression:
Stored size: 652 Bytes
Contents
.mfp-zoom-in { /* start state */ .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } &.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } /* animate in */ &.mfp-ready { .mfp-with-anim { opacity: 1; transform: scale(1); } &.mfp-bg { opacity: 0.8; } } /* animate out */ &.mfp-removing { .mfp-with-anim { transform: scale(0.8); opacity: 0; } &.mfp-bg { opacity: 0; } } } .white-popup { position: relative; background: $white; width: auto; max-width: 50rem; @extend .padd; @extend .m-4-a; }
Version data entries
10 entries across 10 versions & 1 rubygems