Files
test/stock_barcode/static/src/components/grouped_line.scss
qihao.gong@jikimo.com 3c89404543 质量模块和库存扫码
2023-07-24 11:42:15 +08:00

29 lines
643 B
SCSS

.o_barcode_client_action .o_barcode_lines {
.o_barcode_line_summary {
position: sticky;
top: 0;
z-index: 1;
flex-basis: 100%;
&.o_unfolded {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
}
.o_sublines .o_barcode_line {
border-left-width: 12px;
&:last-child {
margin-bottom: 0;
box-shadow: none;
border-bottom: 0;
&.o_selected {
box-shadow: inset 0px 0px 0px 3px $o-enterprise-primary-color;
}
}
}
}