mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
fixed: timezone de orders alterado para exibição utc -3
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user