feat(ticket): update ticket title styles and adjust QR button dimensions

This commit is contained in:
2026-07-21 14:14:35 -03:00
parent 63541a3593
commit 6c5e10feb2

View File

@@ -44,6 +44,7 @@
font-size: 13px;
font-weight: 700;
line-height: 1.25;
text-transform: uppercase;
}
.ticket__id {
@@ -63,10 +64,10 @@
gap: 8px;
}
:host ::ng-deep .ticket__qr-button {
width: auto;
min-width: auto;
max-width: 100%;
:host ::ng-deep button.ticket__qr-button {
width: 115px;
min-width: 0;
max-width: 115px;
min-height: 36px;
padding-inline: 14px;
}