Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 4 additions & 23 deletions src/components/Pages/Complaint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<v-main>
<v-responsive max-width="616px" min-width="250px" >
<div class="body">
<p id="titleReportIllegalContent">Reporting illegal content</p>
<p id="pageContent">Please use this form to report any content that you consider to be illegal. After sending the email,
<p class="text-h4">Reporting illegal content</p>
<p class="text-body-1">Please use this form to report any content that you consider to be illegal. After sending the email,
which is generated by clicking the ‘Report illegal content’ button, your report will be delivered to
us and handled in accordance with Regulation (EU) 2022/2065, Article 16 (‘Digital Services Act’).
If you supply an email, you will then automatically receive a confirmation of receipt and, as soon
Expand Down Expand Up @@ -59,7 +59,7 @@
</div>
</v-form>
<v-snackbar color="success" elevation="24" v-model="successMessage">
Report successfully submitted. Thanks!
<span class="text-body-1" >Report successfully submitted. Thanks!</span>
<template v-slot:action>
<v-btn
text
Expand All @@ -71,7 +71,7 @@
</template>
</v-snackbar>
<v-snackbar color="error" elevation="24" v-model="errorMessage" multi-line>
Something went wrong with sending your message. Please try again.
<span class="text-body-1" >Something went wrong with submitting your report. Please try again.</span>
<template v-slot:action>
<v-btn
text
Expand Down Expand Up @@ -168,25 +168,6 @@ export default {
</script>

<style>
#pageContent{
color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}
#titleReportIllegalContent{
align-self: stretch;
color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 125% */
}
.body{
padding: 8px;
}
Expand Down
Loading