Muestra el campo formato en la ficha de producto y en las línea de la orden

This commit is contained in:
santiky 2021-08-22 22:47:17 +02:00
parent 0e2919d1eb
commit 2a4ffee914
Signed by: snt
GPG key ID: A9FD34930EADBE71
5 changed files with 80 additions and 1 deletions

View 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;
}