Sha256: 390c7a1875201931dcae1fc4d652da2d6589ab3e1d3036b8dc730ddb3e6549f6
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
/* --- Header text feature --- */ .call-out { @extend %padding-header; display: inline-block; width: 100%; height: 100%; font-size: 1.2em; text-align: center; color: $header-text-color; background: no-repeat $header-background-color; background-size: $feature-image-size; h1 { font-family: $font-family-logo; @extend .subtle-txt-shadow; } /* --- Responsive --- */ @media screen and (min-width: $break) { background-size: 120% auto; } @media screen and (max-width: $break) { background-size: 200% auto; } @media screen and (max-width: $sm-break) { background-size: 400% auto; } p:last-child { margin-bottom: 0; } } #main { background-position: 100% -50px, 0 center, center top; } /* --- Post listing --- */ .posts { .post-teaser { @extend %padding-post; width: 100%; margin-bottom: 0; display: inline-block; background-size: $feature-image-size; border-bottom: 1px solid $border-color; p a { @extend .body-link; } .post-img { vertical-align: middle; border-radius: 10px; overflow: hidden; @media (min-width: $break) { height: 250px; } //Smaller screen @media screen and (max-width: $break) { height: 150px; } img { width: 100%; padding: 0; vertical-align: middle; } } .post-img img { -moz-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -moz-transition: all 2s; -webkit-transition: all 2s; transition: all 2s; &:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } } } .excerpt { margin-top: 1em; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
type-on-strap-2.3.4 | _sass/layouts/_blog.scss |