修改sf_warehouse模块目录结构
This commit is contained in:
25
sf_warehouse/static/src/css/kanban_color_change.scss
Normal file
25
sf_warehouse/static/src/css/kanban_color_change.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
.oe_kanban_card.kanban_color_1 {
|
||||
background-color: #73b9a2 !important;
|
||||
}
|
||||
|
||||
.oe_kanban_card.kanban_color_2 {
|
||||
background-color: #ac6767 !important;
|
||||
}
|
||||
|
||||
.oe_kanban_card.kanban_color_3 {
|
||||
background-color: #77787b !important;
|
||||
}
|
||||
|
||||
.color-guide {
|
||||
border: 1px solid #ccc;
|
||||
background-color: #f9f9f9;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.color-guide-item {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 10px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user