Muestra el campo formato en la ficha de producto y en las línea de la orden
This commit is contained in:
parent
0e2919d1eb
commit
2a4ffee914
5 changed files with 80 additions and 1 deletions
19
product_library/static/src/css/pos.css
Normal file
19
product_library/static/src/css/pos.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.pos .product .format {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
vertical-align: top;
|
||||
color: white;
|
||||
line-height: 13px;
|
||||
background: #7f82ac;
|
||||
padding: 2px 5px;
|
||||
border-radius: 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pos .order .orderline .format {
|
||||
color: #777;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue