Sha256: 32033425ba79e3d83faea5399439f5112e353648a66973e0c439ebe5f9b3ce15
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 Bytes
Contents
img { margin: 0; padding: 0; height: auto; &.thumb { width: 150px; } &.medium { width: 300px; } &.large { width: 450px; } &.frame { border: 0.5em solid transparent; outline: 1px solid $accent-light-dark; } &.polaroid { border: 0.75em solid transparent; outline: 1px solid $accent-light-dark; border-bottom-width: 2.75em; } &.center { display: block; margin-right: auto; margin-left: auto; } } div.panoramic { width: 100%; height: 200px; overflow:hidden; box-sizing: border-box; position: relative; img { width: 100%; position: absolute; top: -40%; } } div.circle { border-radius: 50%; overflow: hidden; width: 150px; height: 150px; img { width: 150px; height: 150px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/partials/_images.scss |