Skip to content

Commit 6cb7e8b

Browse files
authored
Align font used in the complaint form with the rest of the site (#1018)
Bug: T397904
1 parent 9dff075 commit 6cb7e8b

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

src/components/Pages/Complaint.vue

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<v-main>
33
<v-responsive max-width="616px" min-width="250px" >
44
<div class="body">
5-
<p id="titleReportIllegalContent">Reporting illegal content</p>
6-
<p id="pageContent">Please use this form to report any content that you consider to be illegal. After sending the email,
5+
<p class="text-h4">Reporting illegal content</p>
6+
<p class="text-body-1">Please use this form to report any content that you consider to be illegal. After sending the email,
77
which is generated by clicking the ‘Report illegal content’ button, your report will be delivered to
88
us and handled in accordance with Regulation (EU) 2022/2065, Article 16 (‘Digital Services Act’).
99
If you supply an email, you will then automatically receive a confirmation of receipt and, as soon
@@ -59,7 +59,7 @@
5959
</div>
6060
</v-form>
6161
<v-snackbar color="success" elevation="24" v-model="successMessage">
62-
Report successfully submitted. Thanks!
62+
<span class="text-body-1" >Report successfully submitted. Thanks!</span>
6363
<template v-slot:action>
6464
<v-btn
6565
text
@@ -71,7 +71,7 @@
7171
</template>
7272
</v-snackbar>
7373
<v-snackbar color="error" elevation="24" v-model="errorMessage" multi-line>
74-
Something went wrong with sending your message. Please try again.
74+
<span class="text-body-1" >Something went wrong with submitting your report. Please try again.</span>
7575
<template v-slot:action>
7676
<v-btn
7777
text
@@ -168,25 +168,6 @@ export default {
168168
</script>
169169

170170
<style>
171-
#pageContent{
172-
color: #000;
173-
font-feature-settings: 'liga' off, 'clig' off;
174-
font-family: Lato;
175-
font-size: 14px;
176-
font-style: normal;
177-
font-weight: 600;
178-
line-height: 24px; /* 171.429% */
179-
}
180-
#titleReportIllegalContent{
181-
align-self: stretch;
182-
color: #000;
183-
font-feature-settings: 'liga' off, 'clig' off;
184-
font-family: Lato;
185-
font-size: 32px;
186-
font-style: normal;
187-
font-weight: 600;
188-
line-height: 40px; /* 125% */
189-
}
190171
.body{
191172
padding: 8px;
192173
}

0 commit comments

Comments
 (0)