fixed: timezone de orders alterado para exibição utc -3

This commit is contained in:
2025-07-02 10:29:16 -03:00
parent 09c5fd1e98
commit 7c6586bbce
8 changed files with 58 additions and 16 deletions

View File

@@ -19,8 +19,26 @@ Detalhes {{comanda.name}}
}
.posi {
position: absolute !important;
top: 0.5em;
right: 0.5em;
background-color: rgba(72, 72, 72, 0.151);
color: rgba(255, 255, 255, 0.452);
border: 2px solid rgba(239, 239, 239, 0.107);
border-radius: 35px;
padding: 0px 15px 3px 15px ;
align-self: center;
font-size: 32px;
top: 0.1em;
right: 0.1em;
scale: 0.8;
}
.posi:hover{
background-color: rgba(183, 3, 3, 0.598);
color: rgb(255, 255, 255);
}
.custom-toast-container {
z-index: 99999 !important;
}
.swal2-container {
z-index: 9999 !important;
}
</style>
{% endblock %}