.o_view_nocontent {
    &_barcode_scanner:before {
        @extend %o-nocontent-init-image;
        width: 250px;
        height: 250px;
        background: transparent url(/stock/static/img/barcode_scanner.png) no-repeat center;
        background-size: 250px 250px;
    }

    &_replenishment:before {
        @extend %o-nocontent-init-image;
        width: 100%;
        height: 300px;
        max-width: 500px;
        margin-bottom: 20px;
        background: transparent url(/stock/static/img/replenishment.svg) no-repeat center / contain;;
    }
}

.o_nocontent_help {
    .o_view_nocontent_smiling_face.o_view_nocontent_stock:before {
        @extend %o-nocontent-init-image;
        width: 200px;
        height: 200px;
        background: transparent url(/stock/static/img/empty_list.png) no-repeat center;
        background-size: 200px 200px;
        resize: both;
    }
}
