Sha256: b9df6c5861f29ed91d3ca5644d805bf4172c57aef7376cc61a02e2413b0113a0
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
.corset { display: block; position: relative; margin: 0 10px !important; // margin: 0 5%; padding: 0; background: transparent; width: auto; // max-width: 1200px; text-align: inherit; &.left { text-align: left; } &.right { text-align: right; } &.full { margin: 0 10px !important; } &.tight { margin: 0 30px !important; } &.extra-tight { margin: 0 40px !important; } &.ultra-tight { margin: 0 50px !important; } .presenter { min-height: 50px; overflow: hidden; text-align: center; } &.top { z-index: 15; } // min-width: 320px; } @include responsiveStep-sm { .corset { &, &.tight, &.extra-tight, &.ultra-tight, &.full { margin: 0 auto !important; } width: 90% !important; &.tight { width: 70% !important; } &.extra-tight { width: 60% !important; } &.ultra-tight { width: 50% !important; } &.full { width: 96% !important; margin: 0 auto !important; } } } @include responsiveStep-lg { .corset { width: 80% !important; max-width: 1200px; &.tight { width: 60% !important; } &.extra-tight { width: 50% !important; } &.ultra-tight { width: 40% !important; } &.full { width: 90% !important; max-width: 1400px; } } }
Version data entries
3 entries across 3 versions & 1 rubygems