Skip to content

Commit 09cb880

Browse files
committed
fix some css and remove max-width on alert pop up as that had no effect
1 parent b590fba commit 09cb880

1 file changed

Lines changed: 8 additions & 24 deletions

File tree

src/components/Pages/Complaint.vue

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
</v-btn>
5959
</div>
6060
</v-form>
61-
<v-snackbar class="alert-text" color="success" elevation="24" v-model="successMessage">
62-
Report successfully submitted. Thanks!
61+
<v-snackbar color="success" elevation="24" v-model="successMessage">
62+
<p class="alert-text" >Report successfully submitted. Thanks!</p>
6363
<template v-slot:action>
6464
<v-btn
6565
text
@@ -169,38 +169,22 @@ export default {
169169

170170
<style>
171171
#pageContent{
172-
color: #000;
173-
font-feature-settings: 'liga' off, 'clig' off;
174-
font-family: Roboto, sans-serif;
175-
font-size: 14px;
176-
font-style: normal;
177-
font-weight: 600;
178-
line-height: 24px; /* 171.429% */
172+
font-size: 16px;
173+
font-weight: 400;
174+
line-height: 24px;
179175
}
180176
#titleReportIllegalContent{
181177
align-self: stretch;
182-
color: #000;
183-
font-feature-settings: 'liga' off, 'clig' off;
184-
font-family: Lato, Segoe UI, sans-serif;
185-
font-size: 32px;
186-
font-style: normal;
187-
font-weight: 600;
188-
line-height: 40px; /* 125% */
178+
font-size: 34px;
179+
font-weight: 400;
180+
line-height: 40px;
189181
}
190182
.body{
191183
padding: 8px;
192184
}
193185
194186
.alert-text{
195-
color: var(--shades-white, #FFF);
196-
197-
/* v-text/body-1 */
198-
font-family: Roboto, sans-serif;
199187
font-size: 16px;
200-
font-style: normal;
201-
font-weight: 400;
202-
line-height: 24px; /* 150% */
203188
letter-spacing: 0.5px;
204-
max-width: 443px;
205189
}
206190
</style>

0 commit comments

Comments
 (0)