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