Sha256: 0cc1c09b265954860feb5aa83e2b3f6befbb5c123c78c9f7c456cb16cb00dd7a

Contents?: true

Size: 997 Bytes

Versions: 11

Compression:

Stored size: 997 Bytes

Contents

@import "../../styles/bootstrap/buttons";

.image-asset {
    position: relative;
    &.field {
        .value {
            border-bottom: 0;
            height: inherit;
        }
        &.display {
            .value {
                padding-left: 0;
            }
        }
    }
    input.file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    label.selector {
        @extend .btn;
        @extend .btn-default;
    }
    &.with-image label.selector {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
        box-shadow: 0 8px 6px -6px black;
    }
    img {
        height: auto;
        width: 100%;
    }
}

.assets-listing {

    display: flex;

    .image-asset {
        max-width: 200px;
        & + .image-asset {
            border-left: 1px dotted lightgrey;
            padding-left: 10px;
            margin-left: 10px;
        }
    }
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
hippo-fw-0.9.5 client/hippo/components/shared/image-asset.scss
hippo-fw-0.9.4 client/hippo/components/shared/image-asset.scss
hippo-fw-0.9.3 client/hippo/components/shared/image-asset.scss
hippo-fw-0.9.2 client/hippo/components/shared/image-asset.scss
hippo-fw-0.9.1 client/hippo/components/shared/image-asset.scss
lanes-0.8.3 client/lanes/components/shared/image-asset.scss
lanes-0.8.2 client/lanes/components/shared/image-asset.scss
lanes-0.8.1 client/lanes/components/shared/image-asset.scss
lanes-0.8.0 client/lanes/components/shared/image-asset.scss
lanes-0.7.0 client/lanes/components/shared/image-asset.scss
lanes-0.6.1 client/lanes/components/shared/image-asset.scss