Created
February 24, 2016 16:41
-
-
Save intellix/32fc24f0d977625f6b2d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
#promotions, | |
#promotions-archive { | |
.expand-view-banner { | |
background-color: red; | |
min-height: 17px; | |
position: relative; | |
display: none; | |
.promotion-more { | |
display: block; | |
padding: 0 0 10px; | |
} | |
} | |
.show-more { | |
text-align: center; | |
} | |
.available-promotions { | |
.banner-space { | |
margin-bottom: 20px; | |
min-height: 238px; | |
} | |
.content-static { | |
h5 { | |
margin: 0; | |
} | |
.banner-title { | |
.pull-left { | |
display: block; | |
text-overflow: ellipsis; | |
max-width: 180px; | |
} | |
} | |
.btn-link { | |
margin-top: 10px; | |
} | |
} | |
.content-flip { | |
z-index: 2; | |
height: 125px; | |
} | |
.img-responsive { | |
position: relative; | |
z-index: 1; | |
} | |
.cta-content { | |
.cta-2, | |
.cta-2-2 { | |
.btn { | |
line-height: 14px; | |
padding: 5px 8px; | |
} | |
} | |
.cta-2 { | |
.col-md-6 { | |
&:last-child { | |
padding-left: 0; | |
} | |
} | |
.btn { | |
min-width: 85px; | |
} | |
} | |
} | |
} | |
} |
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
#promotions .expand-view-banner, | |
#promotions-archive .expand-view-banner { | |
background-color: red; | |
min-height: 17px; | |
position: relative; | |
display: none; | |
} | |
#promotions .expand-view-banner .promotion-more, | |
#promotions-archive .expand-view-banner .promotion-more { | |
display: block; | |
padding: 0 0 10px; | |
} | |
#promotions .show-more, | |
#promotions-archive .show-more { | |
text-align: center; | |
} | |
#promotions .available-promotions .banner-space, | |
#promotions-archive .available-promotions .banner-space { | |
margin-bottom: 20px; | |
min-height: 238px; | |
} | |
#promotions .available-promotions .content-static h5, | |
#promotions-archive .available-promotions .content-static h5 { | |
margin: 0; | |
} | |
#promotions .available-promotions .content-static .banner-title .pull-left, | |
#promotions-archive .available-promotions .content-static .banner-title .pull-left { | |
display: block; | |
text-overflow: ellipsis; | |
max-width: 180px; | |
} | |
#promotions .available-promotions .content-static .btn-link, | |
#promotions-archive .available-promotions .content-static .btn-link { | |
margin-top: 10px; | |
} | |
#promotions .available-promotions .content-flip, | |
#promotions-archive .available-promotions .content-flip { | |
z-index: 2; | |
height: 125px; | |
} | |
#promotions .available-promotions .img-responsive, | |
#promotions-archive .available-promotions .img-responsive { | |
position: relative; | |
z-index: 1; | |
} | |
#promotions .available-promotions .cta-content .cta-2 .btn, | |
#promotions .available-promotions .cta-content .cta-2-2 .btn, | |
#promotions-archive .available-promotions .cta-content .cta-2 .btn, | |
#promotions-archive .available-promotions .cta-content .cta-2-2 .btn { | |
line-height: 14px; | |
padding: 5px 8px; | |
} | |
#promotions .available-promotions .cta-content .cta-2 .col-md-6:last-child, | |
#promotions-archive .available-promotions .cta-content .cta-2 .col-md-6:last-child { | |
padding-left: 0; | |
} | |
#promotions .available-promotions .cta-content .cta-2 .btn, | |
#promotions-archive .available-promotions .cta-content .cta-2 .btn { | |
min-width: 85px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment