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