Sha256: 27bf4d50a358e746edf31ddb1dfc0099d92f07a7d29a2c6b907214f25c023856

Contents?: true

Size: 1.19 KB

Versions: 15

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 40px !important;
	}

    &.tight, &.extra-tight, &.ultra-tight {
        // margin: 0 15%;
        // width: 90%; 
		margin: 0 30px !important;
		// max-width: 1000px;
    }
	.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

15 entries across 15 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.62 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.61 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.60 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.59 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.58 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.57 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.56 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.55 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.54 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.53 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.52 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.51 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.50 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.49 vendor/assets/stylesheets/magic/layout/_corset.scss
magic_stylez-0.0.0.48 vendor/assets/stylesheets/magic/layout/_corset.scss