Sha256: 13602c8ae38a7425d5bd596272547c97341fe29e6e106aa954da9f91541c5637

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

img {
    border: none;
    vertical-align: middle;
}
.img-responsive {
    max-width: 100%;
}
figure { 
    margin: 0 0 1.6rem;
}
figcaption, .img-caption {
    text-align: center;
    color: $color-gray-light;
    font-style: italic;
    margin-top: .5em;
    display: block;
    font-size: $font-size-small;
}
figcaption + img {
    margin-top: 1rem;
}

// Images Alignment

.img-center, .img-left, .img-right, .img-expand {
    text-align: center;
}

@media (min-width: 65em) {
    .img-expand {
        text-align: center;
        margin-left: -7em;
        margin-right: -7em;
        img {
            width: 100%;
        }
    }
    .img-left {
        float: left;
        margin-right: 1.6rem;
        margin-left: -7em;
        margin-top: 0.6rem;
        max-width: 75%;
    }
    .img-right {
        float: right;
        margin-left: 1.6rem;
        margin-right: -7em;
        margin-top: 0.6rem;
        max-width: 75%;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
krad-3.7.5 _sass/components/_images.scss