feat: abre modal de informações do status da order ao clicar sobre o nome do product na viewcomanda

This commit is contained in:
2025-06-27 17:14:08 -03:00
parent 1ef263d033
commit c8c3653bf8
12 changed files with 72 additions and 50 deletions

View File

@@ -4,7 +4,14 @@
color: black;
}
h2 {
font-size: 18px;
justify-self: center;
margin-bottom: 0px;
}
.container {
margin-top: -50px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 0px;
@@ -91,4 +98,8 @@
}
#title {
display:none;
}
}