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