Sha256: b620dbe0a4df588058af8224d797520a1e38e263a7ca445ecc604971c150afa9

Contents?: true

Size: 1.19 KB

Versions: 37

Compression:

Stored size: 1.19 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

37 entries across 37 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.79 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.78 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.77 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.76 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.75 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.74 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.73 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.72 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.71 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.70 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.69 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.68 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.67 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.66 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.65 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.64 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.63 vendor/assets/stylesheets/magic/layout/_corset.scss