Add checkbox for user agreement

This commit is contained in:
N-Pex 2025-03-20 16:14:49 +01:00
parent 320c076d11
commit 7c0645a65e
5 changed files with 70 additions and 60 deletions

View file

@ -56,6 +56,8 @@
</v-btn>
</div>
</div>
<a href="./ua.html" class="review-ua-link">{{ $t("profile_info_popup.review_ua") }}</a>
</v-card-text>
</v-card>
</v-dialog>
@ -198,6 +200,16 @@ export default {
}
}
.review-ua-link {
margin-top: 10px;
text-decoration: none;
color: #181719;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10 * $chat-text-size !important;
}
@media #{map-get($display-breakpoints, 'sm-and-up')} {
width: 70%;
}