Sha256: c14f2bc3be424e01345ca99cc0787a5d405abd2b0f9be002694e7544cb9a1a11
Contents?: true
Size: 829 Bytes
Versions: 9
Compression:
Stored size: 829 Bytes
Contents
.uniformThumb{ display:inline-block; background: color('gray-darker'); position:relative; color: white; img{ position:absolute; top:0; left: 0; width: 100%; height: 100%; object-fit: cover; } .text{ display:block; @include position-v-center; left: 0; width: 100%; text-align:center; } } @include size-rules(".aspect-4x3"){ padding-top: 75%; } @include size-rules(".aspect-2x1"){ padding-top: 50%; } @include size-rules(".aspect-square"){ padding-top:100%; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .uniformThumb { overflow: hidden; img { @include position-center; width: auto; height: 100%; } } }
Version data entries
9 entries across 9 versions & 1 rubygems