odoo18/addons/stock/static/src/scss/stock_empty_screen.scss

30 lines
872 B
SCSS

.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-top: -100px;
background: transparent url(/stock/static/img/replenishment.svg) no-repeat center;
}
}
.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;
}
}