feat(ticket): adjust QR button styles for better responsiveness

This commit is contained in:
2026-07-21 14:12:50 -03:00
parent bc37a91c7f
commit 63541a3593

View File

@@ -64,8 +64,10 @@
}
:host ::ng-deep .ticket__qr-button {
min-width: 115px;
min-height: 38px;
width: auto;
min-width: auto;
max-width: 100%;
min-height: 36px;
padding-inline: 14px;
}
@@ -88,8 +90,4 @@
grid-column: 3;
grid-row: 1 / span 2;
}
:host ::ng-deep .ticket__qr-button {
min-width: auto;
}
}