Sha256: 098caf86c0dec847cbe910f1711015e8faf3dfe7435fd0090a917dc07f8f6249
Contents?: true
Size: 1.3 KB
Versions: 32
Compression:
Stored size: 1.3 KB
Contents
// Table of Contents // ================================================== // Reset // Groups // Avatars // Media Queries // Reset // ================================================== audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } img, svg:not(:root) { max-width: 100%; } img { border: 0; border-radius: border-radius(b); display: block; height: auto; width: auto; vertical-align: middle; } svg:not(:root) { fill: currentColor; overflow: hidden; } // Groups // ================================================== .img-group { > * { display: inline-block; margin-right: -20px; } > *:last-child { margin-right: 0; } } // Avatars // ================================================== .img-avatar { @include transition(border-color 300ms ease-in-out); border: 2px solid color(dark-haze); display: inline-block; padding: 2px; img { border-radius: inherit; } &.dark { border-color: color(dark-slate); } } @if ($pseudo-elements) { @each $name, $color in $colors { .img-avatar-hover-#{$name} { &:hover, &:active, &:focus { border-color: $color; } } } } // Media Queries // ================================================== @media only screen and (max-width: 767px) { .img-responsive { max-width: 60%; } }
Version data entries
32 entries across 32 versions & 1 rubygems