File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments