Skip to content

Commit 48d00b1

Browse files
committed
pb logo et fond d ecran sur initaccount
1 parent 6f50a2d commit 48d00b1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/pages/initaccount/[token].vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
22
<div>
3-
<q-page class="window-height window-width row justify-center items-center">
3+
<q-page class="window-height window-width row justify-center items-center bg-image">
44
<q-card class="shadow-24 row" style="max-width: 800px;">
55
<q-toolbar class="bg-primary text-white">
66
<q-toolbar-title>Initialisation de votre compte</q-toolbar-title>
77
</q-toolbar>
88
<q-card-section class="col-lg-4 flex items-center mobile-hide">
9-
<q-img src="/logo.png" style="max-width: 100%;width:500px;"/>
9+
<q-img src="/img/logo.png" style="max-width: 100%;width:500px;"/>
1010
</q-card-section>
1111
<q-card-section class="col-lg-8 column">
1212
<input-new-password v-model="newpassword"
@@ -143,5 +143,10 @@ function doActionMessage() {
143143
</script>
144144
145145
<style scoped>
146+
.bg-image {
147+
background-image: url(/img/background.png);
148+
background-repeat: no-repeat;
149+
background-size: 100%;
150+
}
146151
147152
</style>

0 commit comments

Comments
 (0)