|
2 | 2 | <v-main> |
3 | 3 | <v-responsive max-width="616px" min-width="250px" > |
4 | 4 | <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, |
7 | 7 | which is generated by clicking the ‘Report illegal content’ button, your report will be delivered to |
8 | 8 | us and handled in accordance with Regulation (EU) 2022/2065, Article 16 (‘Digital Services Act’). |
9 | 9 | If you supply an email, you will then automatically receive a confirmation of receipt and, as soon |
|
59 | 59 | </div> |
60 | 60 | </v-form> |
61 | 61 | <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> |
63 | 63 | <template v-slot:action> |
64 | 64 | <v-btn |
65 | 65 | text |
|
71 | 71 | </template> |
72 | 72 | </v-snackbar> |
73 | 73 | <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> |
75 | 75 | <template v-slot:action> |
76 | 76 | <v-btn |
77 | 77 | text |
@@ -168,25 +168,6 @@ export default { |
168 | 168 | </script> |
169 | 169 |
|
170 | 170 | <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 | | -} |
190 | 171 | .body{ |
191 | 172 | padding: 8px; |
192 | 173 | } |
|
0 commit comments