Created
July 11, 2012 14:17
-
-
Save zaigham/3090629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slideshow { | |
@include outerRow(); | |
@include mobileRow(); | |
@extend .white-box; | |
.slide { | |
@include column(12); | |
@include mobileColumn(4); | |
height: 400px; | |
padding: 8px; | |
} | |
.slide-content { | |
@include column(4); | |
@include mobileColumn(1); | |
@include background-image(linear-gradient(#454140,#292526)); | |
height: 100%; | |
} | |
.slide-image { | |
@include column(8, collapse); | |
@include mobileColumn(3); | |
height: 100%; | |
overflow: hidden; | |
img { | |
min-width: 648px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment