Sha256: dc443a9353d00a43a44460884992c3ffd3f7a683a9b47b47ca90078b284627a5
Contents?: true
Size: 650 Bytes
Versions: 40
Compression:
Stored size: 650 Bytes
Contents
/*------------------------------------ Credit cards ------------------------------------*/ .u-card { &--v1 { position: relative; &-front { position: relative; margin-bottom: 220px; z-index: 2; } &-back { position: absolute; bottom: -70%; right: 0; z-index: 1; width: 100%; height: 80%; padding-left: 0; } } } @media (min-width: 768px) { .u-card { &--v1 { &-front { margin-bottom: 30px; } &-back { bottom: auto; top: 30px; right: -30%; height: 100%; padding-left: 70%; } } } }
Version data entries
40 entries across 40 versions & 1 rubygems