Sha256: d0f20344644928f394a239c50d475c71fa8afb27a791b9dce0e01c7c018fa726

Contents?: true

Size: 733 Bytes

Versions: 2

Compression:

Stored size: 733 Bytes

Contents

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

.image-saver {
    &.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%;
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lanes-0.4.0 client/lanes/components/shared/image-saver.scss
lanes-0.3.0 client/lanes/components/shared/image-saver.scss