质量模块和库存扫码
This commit is contained in:
15
stock_barcode/static/src/scss/stock_barcode.dark.scss
Normal file
15
stock_barcode/static/src/scss/stock_barcode.dark.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
// = Stock Barcode
|
||||
// ============================================================================
|
||||
// No CSS hacks, variables overrides only
|
||||
|
||||
.o_barcode_client_action {
|
||||
--barcode__header-bg: #{$o-gray-100};
|
||||
|
||||
--barcode__linesHeader-bg: #{$o-gray-300};
|
||||
|
||||
--barcode__line--completed: #1f5a2d;
|
||||
--barcode__line--notCompleted: #303030;
|
||||
|
||||
--barcode__input--completed: #262c26;
|
||||
--barcode__input--notCompleted: #303030;
|
||||
}
|
||||
Reference in New Issue
Block a user