Sha256: c1120bf281af635df476adbeb6dd2d62f0c361923cf2b50eb7f0d07c5799ac7b

Contents?: true

Size: 853 Bytes

Versions: 78

Compression:

Stored size: 853 Bytes

Contents

.three-previews {
    display: block; position: relative;
	margin: 0 1%;
	padding: 0;
    .preview {
        display: block; position: relative;
        margin: 0 25%; min-height: 80px; z-index: 5; padding: 0;
        // min-height: 50px;
        background: #ccc;
        // border: solid 3px #fff;
		border: none;
        border-bottom: 0;
        @include box-sizing(border-box);
		@include box-shadow( 0 10px 5px 3px rgba(0,0,0,.42) );
		
		img { width: 100%; }
		
		&:first-child, &:last-child {
			margin: 0; min-height: 40px;
			position: absolute; width: 45%; z-index: 1;
			@include box-shadow( 0 10px 5px 3px rgba(0,0,0,.23) );
		}
		&:first-child { left: 0; bottom: 0; }
		&:last-child { right: 0; bottom: 0; }
    }
	&.bordered {
		border-bottom: solid 1px $main-border-color;
		overflow: hidden;
		max-width: 500px;
		margin: 0 auto;
	}
}

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.36 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.35 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.34 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.33 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.32 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.31 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.30 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.29 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.28 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.27 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.26 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.25 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.24 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.23 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.22 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.21 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.20 vendor/assets/stylesheets/magic/helper/_three_previews.scss
magic_stylez-0.0.0.19 vendor/assets/stylesheets/magic/helper/_three_previews.scss