Skip to content

Commit 7ceb6ef

Browse files
committed
remove unused css and reuse vuetify defined css classes for styling
1 parent 09cb880 commit 7ceb6ef

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

src/components/Pages/Complaint.vue

Lines changed: 4 additions & 20 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-
<p class="alert-text" >Report successfully submitted. Thanks!</p>
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-
<p class="alert-text" >Something went wrong with submitting your report. Please try again.</p>
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,23 +168,7 @@ export default {
168168
</script>
169169

170170
<style>
171-
#pageContent{
172-
font-size: 16px;
173-
font-weight: 400;
174-
line-height: 24px;
175-
}
176-
#titleReportIllegalContent{
177-
align-self: stretch;
178-
font-size: 34px;
179-
font-weight: 400;
180-
line-height: 40px;
181-
}
182171
.body{
183172
padding: 8px;
184173
}
185-
186-
.alert-text{
187-
font-size: 16px;
188-
letter-spacing: 0.5px;
189-
}
190174
</style>

0 commit comments

Comments
 (0)