feat: first filter custom | valor total da comanda no card

This commit is contained in:
2025-01-08 14:39:52 -03:00
parent 1b5b02be0d
commit a41960dcd5
13 changed files with 32 additions and 15 deletions

View File

@@ -10,13 +10,14 @@
.card-comanda {
width: 80%;
/* gap: 5px; */
/* min-width: 220px;
min-height: 250px; */
background-color: #292929;
border-radius: 10px 10px 5px 5px;
border-radius: 5px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 30px;
line-height: 15px;
font-size: 15px;
font-weight: bold;
color: #333;