Sha256: fc576b4228027bacc24ca3866e140d4d182aaaa95ffda0717b0fe44b72de94b1
Contents?: true
Size: 817 Bytes
Versions: 2
Compression:
Stored size: 817 Bytes
Contents
.line-clamp-2 { height: 28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .marketing-theme{ &.red{ color:red; } &.clean-view{ margin-top: 30px; padding-bottom: 30px; } &.content-centered { display: flex; justify-content: center; align-items: center; } &.content-right{ display: flex; justify-content: flex-end; } &.blur-background:before { content: ""; position: absolute; display: block; background-size:cover; width: 98%; height: 100%; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } &.blur-background { overflow: auto; position: relative; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-marketing-1.0.1 | _sass/common/_common.scss |
jekyll-theme-marketing-1.0.0 | _sass/common/_common.scss |