change
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
</button>
|
||||
|
||||
<!-- QR popup overlay -->
|
||||
@if (qrImageUrl()) {
|
||||
@if (true) {
|
||||
<div class="qr-overlay" (click)="closeQr()">
|
||||
<div class="qr-modal" (click)="$event.stopPropagation()">
|
||||
<button class="qr-modal__close" type="button" (click)="closeQr()" aria-label="Close">
|
||||
|
||||
@@ -234,11 +234,17 @@
|
||||
}
|
||||
|
||||
&__label {
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: #475569;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: #475569;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
margin: 0 auto 8px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__img {
|
||||
|
||||
Reference in New Issue
Block a user