Sha256: 716a5fc66d112ffb22b8b4d36a50d78d7e956b1bc9f2bafad81ea648257c9ee4
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
// // Default Image Classes // ---------------------------------------- .img-round { border-radius: 50%; vertical-align: bottom; } .img-thumbnail { max-width: 100%; max-height: 100%; height: auto; padding: 2px; border: 1px solid $image-tn-border-color; background: #fff; } .img-frame { width: $image-frame-width; height: $image-frame-height; text-align: center; white-space: nowrap; padding: 0; &:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } > img { display: inline-block; height: auto; vertical-align: middle; } } .img-frame-small { width: $image-frame-width-small; height: $image-frame-height-small; } .img-vignette-square { display: inline-block; > img { outline: 1px solid rgba(0, 0, 0, .3); outline-offset: -1px; padding: .5px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/_images.scss |