feat: update modal and cart components for improved user feedback and layout adjustments

This commit is contained in:
2026-08-11 08:24:17 -03:00
parent 9ea85b7924
commit 019c9df23b
6 changed files with 26 additions and 10 deletions

View File

@@ -74,6 +74,7 @@
.ticket__actions {
display: flex;
grid-column: 4;
align-items: center;
gap: 8px;
}
@@ -91,6 +92,10 @@
color: #8a8a8a;
}
.ticket--disabled .ticket__actions {
grid-column: 3;
}
:host ::ng-deep .ticket--disabled button.ticket__qr-button:disabled {
--bs-btn-disabled-bg: #8a8a8a;
--bs-btn-disabled-border-color: #8a8a8a;