feat(ticket): update ticket title styles and adjust QR button dimensions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user